Package org.perfmon4j.extras.tomcat55
Class JMXMonitorBase
- java.lang.Object
-
- org.perfmon4j.extras.tomcat55.JMXMonitorBase
-
- Direct Known Subclasses:
GlobalRequestProcessorMonitorImpl
,ThreadPoolMonitorImpl
public abstract class JMXMonitorBase extends Object
-
-
Constructor Summary
Constructors Constructor Description JMXMonitorBase(String baseObjectName, String instanceNameKey, String instanceNameValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MBeanServer
getMBeanServer()
ObjectName
getQueryObjectName()
-
-
-
Method Detail
-
getMBeanServer
public MBeanServer getMBeanServer()
-
getQueryObjectName
public ObjectName getQueryObjectName()
-
-