wt.jmx.core.mbeans
Class SimpleDirViewer

java.lang.Object
  extended by wt.jmx.core.StandardMBeanFix
      extended by wt.jmx.core.StandardMBean
          extended by wt.jmx.core.SelfAwareMBean
              extended by wt.jmx.core.mbeans.AbstractFileView
                  extended by wt.jmx.core.mbeans.DirView
                      extended by wt.jmx.core.mbeans.SimpleDirViewer
All Implemented Interfaces:
DynamicMBean, MBeanRegistration, BaseObjectNamed, AbstractFileViewMBean, DirViewMBean, SelfEmailingMBean

public class SimpleDirViewer
extends DirView

Extension of 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
wt.jmx.core.mbeans.DirView.ChildFilter
 
Constructor Summary
SimpleDirViewer(String propertyName)
          Constructor which allows specification of a directory via a property name.
 
Method Summary
 
Methods inherited from class wt.jmx.core.mbeans.DirView
newDirView, newDirView, newDirView
 
Methods inherited from class wt.jmx.core.SelfAwareMBean
deregister, destroy, getBaseObjectName, getObjectName, getObjectNameOnPreRegister, getOwnerMBean, getSelfAwareMBean, init, isInited, isRegistered, isStarted, onDestroy, onInit, postDeregister, postRegister, preDeregister, preRegister, register, register, register, resetObjectName, setOwnerMBean, start, stop
 
Methods inherited from class wt.jmx.core.StandardMBean
cacheMBeanInfo, cacheMBeanInfoInInstance, createMBeanInfo, emailThisMBean, getCachedInstanceMBeanInfo, getCachedMBeanInfo, getDescription, getDescription, getDescription, getDescription, getImpact, getMBeanInfo, getParameterName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface wt.jmx.core.mbeans.AbstractFileViewMBean
getLastModifiedTime, getName, getPath, isExists
 
Methods inherited from interface wt.jmx.core.mbeans.SelfEmailingMBean
emailThisMBean
 

Constructor Detail

SimpleDirViewer

public SimpleDirViewer(String propertyName)
                throws NotCompliantMBeanException
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