public interface ComponentStatisticsMBean extends StatisticsMBean
| Modifier and Type | Method and Description |
|---|---|
short |
getDeployedSUs()
Get the current number of Service Units deployed.
|
int |
getDeploySURequests()
Get the count of calls to the ServiceUnitManager deploy() method.
|
int |
getFailedRequests()
Get the count of failed calls to life cycle methods (excluding timeouts).
|
int |
getFailedSURequests()
Get the count of failed calls to ServiceUnitManager methods (excluding
timeouts).
|
int |
getInitRequests()
Get the count of calls to the life cycle init() method.
|
int |
getInitSURequests()
Get the count of calls to the ServiceUnitManager init() method.
|
Date |
getLastRestartTime()
Get the time that this component was last started.
|
short |
getRegisteredServicesOrEndpoints()
Get the current number of services (for an SE) or endpoints (for a BC)
registered with the NMR.
|
int |
getShutDownRequests()
Get the count of calls to the life cycle shutDown() method.
|
int |
getShutDownSURequests()
Get the count of calls to the ServiceUnitManager shutDown() method.
|
int |
getStartRequests()
Get the count of calls to the life cycle start() method.
|
int |
getStartSURequests()
Get the count of calls to the ServiceUnitManager start() method.
|
int |
getStopRequests()
Get the count of calls to the life cycle stop() method.
|
int |
getStopSURequests()
Get the count of calls to the ServiceUnitManager stop() method.
|
int |
getTimedOutRequests()
Get the count of timed out calls to life cycle methods.
|
int |
getTimedOutSURequests()
Get the count of timed out calls to ServiceUnitManager methods.
|
int |
getUndeploySURequests()
Get the count of calls to the ServiceUnitManager undeploy() method.
|
isEnabled, setDisabled, setEnabledDate getLastRestartTime()
int getInitRequests()
int getStartRequests()
int getStopRequests()
int getShutDownRequests()
int getFailedRequests()
int getTimedOutRequests()
short getDeployedSUs()
int getDeploySURequests()
int getUndeploySURequests()
int getInitSURequests()
int getStartSURequests()
int getStopSURequests()
int getShutDownSURequests()
int getFailedSURequests()
int getTimedOutSURequests()
short getRegisteredServicesOrEndpoints()
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.