public class DeploymentServiceStatistics extends Object implements DeploymentServiceStatisticsMBean
| Modifier and Type | Method and Description |
|---|---|
Date |
getLastRestartTime()
Get the time that the deployment service was last started.
|
CompositeData |
getServiceAssemblyStatistics(String serviceAssemblyName)
Get the CompositeData instance that represents the current values for
Service Assembly statistics.
|
boolean |
isEnabled()
Check if statistics collection is enabled
|
void |
setDisabled()
Disable statistics collection.
|
void |
setEnabled()
Enable statistics collection.
|
void |
setLastRestartTime(Date restartTime)
This method is used to set the last restart time.
|
public void setDisabled()
setDisabled in interface DeploymentServiceStatisticsMBeanpublic void setEnabled()
setEnabled in interface DeploymentServiceStatisticsMBeanpublic boolean isEnabled()
isEnabled in interface DeploymentServiceStatisticsMBeanpublic Date getLastRestartTime()
getLastRestartTime in interface DeploymentServiceStatisticsMBeanpublic void setLastRestartTime(Date restartTime)
setLastRestartTime in interface DeploymentServiceStatisticsMBeanThe - time of the last successful init() call.public CompositeData getServiceAssemblyStatistics(String serviceAssemblyName) throws OpenDataException, RuntimeException
getServiceAssemblyStatistics in interface DeploymentServiceStatisticsMBeanserviceAssemblyName - SA nameOpenDataExceptionRuntimeExceptionCopyright © 2011-2016 OpenESB Community. All Rights Reserved.