wt.jmx.core.mbeans
Interface AbstractFileViewMBean

All Superinterfaces:
SelfEmailingMBean
All Known Subinterfaces:
AbstractPropertiesManagerMBean, DirViewMBean, FileViewerMBean, PropertiesEditorMBean, PropertiesManagerMBean
All Known Implementing Classes:
wt.jmx.core.mbeans.AbstractFileView, DirView, LogsDirViewer, SimpleDirViewer

public interface AbstractFileViewMBean
extends SelfEmailingMBean

Base interface for file viewing MBeans

Supported API: true

Extendable: true


Method Summary
 Timestamp getLastModifiedTime()
          Time at which file was last modified

Supported API: true
 String getName()
          Name of file

Supported API: true
 String getPath()
          Full path of file

Supported API: true
 boolean isExists()
          Whether file currently exists

Supported API: true
 
Methods inherited from interface wt.jmx.core.mbeans.SelfEmailingMBean
emailThisMBean
 

Method Detail

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