Methods Summary |
---|
public javax.management.ObjectName[] | getChildren()Returns the {@link javax.management.ObjectName}s of all the children of associated
{@link com.sun.enterprise.admin.monitor.registry.StatsHolder} in an
arbitrary hierarchy. A management application should be able to build a
hierarchical view using on this method. Implementing class should always
return an empty array in case there are no children.
|
public java.lang.String | getName()Returns the name of the StatsHolder node, that the MBean is exposing
This usually refers to a specific name such as HelloWorldServlet or
the name of the MonitoredObjectType such as TransactionService,
when a specific name does not exist. Does not return a null.
|
public java.lang.String[] | getStatisticNames()Returns an array containing the names of the Statistics, for a given
Stats object
|
public javax.management.j2ee.statistics.Statistic[] | getStatistics()Returns the result of executing the getXXX methods on the associated
Stats object. The result is an array of serialized Statistic objects.
|
public java.lang.String | getType()Returns the type of the StatsHolder Node. This refers to one of several
monitored object types, such as ejb-methods, bean-pool.
Does not return a null.
|