Package wt.jmx.core.mbeans
Class SimpleDirViewer
java.lang.Object
javax.management.StandardMBean
wt.jmx.core.StandardMBean
wt.jmx.core.SelfAwareMBean
wt.jmx.core.mbeans.AbstractFileView
wt.jmx.core.mbeans.DirView
wt.jmx.core.mbeans.SimpleDirViewer
- All Implemented Interfaces:
DynamicMBean,MBeanRegistration,BaseObjectNamed,AbstractFileViewMBean,DirViewMBean,SelfEmailingMBean
Extension of
Supported API: true
Extendable: false
DirView that provides a view of all
files in a directory specified by a given wt or system properties entry.
Supported API: true
Extendable: false
-
Nested Class Summary
Nested classes/interfaces inherited from class wt.jmx.core.mbeans.DirView
DirView.ChildFilter -
Constructor Summary
ConstructorsConstructorDescriptionSimpleDirViewer(String propertyName) Constructor which allows specification of a directory via a property name. -
Method Summary
Methods inherited from class wt.jmx.core.mbeans.DirView
createSimilarView, emailFiles, emailFiles, emailFiles, emailFiles, getAllowGzip, getAllowNumericSuffixes, getChildFilter, getDir, getFileAsGzippedBytes, getFileAsStreamingResult, getFileAsStreamingResult, getFileExtensions, getFileFilter, getFileMatchingExpression, getFilesAsStreamingResult, getFilesAsStreamingResult, getFreeSpace, getLastModifiedTime, getLogicalDirname, getPercentFreeSpace, getPercentUsableSpace, getTotalSpace, getUsableSpace, listFiles, listFiles, newDirView, newDirView, newDirView, onStart, onStop, refresh, searchFiles, searchFiles, searchFiles, searchFiles, searchFilesAsMap, searchFilesAsMap, searchFilesAsMap, searchFilesAsMap, searchFilesAsStreamingMap, sendFilesToSupport, sendFilesToSupport, sendFilesToSupport, viewFile, viewFileMethods inherited from class wt.jmx.core.mbeans.AbstractFileView
getFile, getLastModifiedTime, getName, getPath, isExistsMethods inherited from class wt.jmx.core.SelfAwareMBean
deregister, destroy, getBaseObjectName, getObjectName, getObjectNameOnPreRegister, getOwnerMBean, getRegisteredMBeanIterator, getSelfAwareMBean, init, isAutoStart, isInited, isRegistered, isStarted, onDestroy, onInit, postDeregister, postRegister, preDeregister, preRegister, register, register, register, resetObjectName, setAutoStart, setOwnerMBean, start, stopMethods inherited from class wt.jmx.core.StandardMBean
cacheMBeanInfo, cacheMBeanInfoInInstance, createMBeanInfo, emailThisMBean, getAttributes, getCachedInstanceMBeanInfo, getCachedMBeanInfo, getDescription, getDescription, getDescription, getDescription, getImpact, getMBeanInfo, getParameterName, setAttributes, sortMethods inherited from class javax.management.StandardMBean
getAttribute, getClassName, getConstructors, getDescription, getDescription, getDescription, getImplementation, getImplementationClass, getMBeanInterface, getParameterName, invoke, setAttribute, setImplementationMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface wt.jmx.core.mbeans.AbstractFileViewMBean
getLastModifiedTime, getName, getPath, isExistsMethods inherited from interface wt.jmx.core.mbeans.SelfEmailingMBean
emailThisMBean
-
Constructor Details
-
SimpleDirViewer
Constructor which allows specification of a directory via a property name.
Supported API: true- Parameters:
propertyName- Name of wt or system property specifying directory- Throws:
NotCompliantMBeanException
-