| com.sun.jbi.monitoring.FrameworkStatisticsMBean
All known Subclasses: com.sun.jbi.framework.FrameworkStatistics,
FrameworkStatisticsMBean | public interface FrameworkStatisticsMBean (Code) | | This interface defines the MBean for display of statistics from the
framework.
author: Sun Microsystems, Inc. |
getLastRestartTime | Date getLastRestartTime()(Code) | | Get the time of the last JBI framework restart.
The time of the last restart of the JBI framework. |
getRegistryAdds | long getRegistryAdds()(Code) | | Get the count of component registry additions.
The total number of entries added to the component registrysince the last JBI startup. |
getRegistryDeletes | long getRegistryDeletes()(Code) | | Get the count of component registry deletions.
The total number of entries deleted from the component registrysince the last JBI startup. |
getStartupTime | long getStartupTime()(Code) | | Get the total time used by the last JBI framework restart.
The time in milliseconds of the last restart of the JBI framework. |
|
|