This interface defines the MBean for collection of statistics for a single
installed component. All statistics are since the last JBI startup; they
are all reset when JBI is restarted.
author: Sun Microsystems, Inc.
Method Summary
int
getDeploySURequests() Get the count of calls to the ServiceUnitManager deploy() method.
short
getDeployedSUs() Get the current number of Service Units deployed.
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.