Package wt.jmx.core.mbeans
Interface AbstractFileViewMBean
- All Superinterfaces:
SelfEmailingMBean
- All Known Subinterfaces:
AbstractPropertiesManagerMBean,DirViewMBean,FileViewerMBean,ManagedDirViewMBean,PropertiesEditorMBean,PropertiesManagerMBean
- All Known Implementing Classes:
wt.jmx.core.mbeans.AbstractFileView,DirView,EnigmaLogsDirViewer,JBossServerLogsDirViewer,LogsDirViewer,ManagedDirView,PsiInstallerDirViewer,SciInstallerDirViewer,ServletLogsDirViewer,SimpleDirViewer,WebServerLogsDirViewer
Base interface for file viewing MBeans
Supported API: true
Extendable: true
Supported API: true
Extendable: true
-
Method Summary
Methods inherited from interface wt.jmx.core.mbeans.SelfEmailingMBean
emailThisMBean
-
Method Details
-
getName
String getName()Name of file
Supported API: true -
getPath
String getPath()Full path of file
Supported API: true -
isExists
boolean isExists()Whether file currently exists
Supported API: true -
getLastModifiedTime
Timestamp getLastModifiedTime()Time at which file was last modified
Supported API: true
-