public interface 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 date)
This method is used to set the last restart time.
|
void setDisabled()
void setEnabled()
boolean isEnabled()
Date getLastRestartTime()
void setLastRestartTime(Date date)
The - time of the last successful init() call.CompositeData getServiceAssemblyStatistics(String serviceAssemblyName) throws OpenDataException, RuntimeException
serviceAssemblyName - SA nameOpenDataExceptionRuntimeExceptionCopyright © 2011-2016 OpenESB Community. All Rights Reserved.