Package org.jolokia.server.detector.misc
Class ActiveMQDetector
java.lang.Object
org.jolokia.server.detector.jee.AbstractServerDetector
org.jolokia.server.detector.misc.ActiveMQDetector
- All Implemented Interfaces:
Comparable<org.jolokia.server.core.detector.ServerDetector>,org.jolokia.server.core.detector.ServerDetector,org.jolokia.server.core.service.api.JolokiaService<org.jolokia.server.core.detector.ServerDetector>
Detector for ActiveMQ
- Since:
- 27.03.14
- Author:
- roland
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jolokia.server.core.service.api.JolokiaService
org.jolokia.server.core.service.api.JolokiaService.Init -
Field Summary
Fields inherited from interface org.jolokia.server.core.detector.ServerDetector
FALLBACK -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.jolokia.server.core.service.api.ServerHandledetect(org.jolokia.server.core.util.jmx.MBeanServerAccess pMBeanServerAccess) Methods inherited from class org.jolokia.server.detector.jee.AbstractServerDetector
activeWait, compareTo, destroy, equals, getAttributeValue, getAttributeValue, getClassLoaded, getConfig, getContainerLocator, getDetectionFinalDelay, getDetectionInterval, getDetectionTimeout, getMBeanServers, getName, getOrder, getRequestInterceptor, getSingleStringAttribute, getVersionFromJsr77, hashCode, init, init, isClassLoaded, isEnabled, jvmAgentStartup, mBeanExists, searchMBeansMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jolokia.server.core.detector.ServerDetector
getType
-
Constructor Details
-
ActiveMQDetector
public ActiveMQDetector(int pOrder) Create detector with the given order- Parameters:
pOrder- detector's order
-
-
Method Details
-
detect
public org.jolokia.server.core.service.api.ServerHandle detect(org.jolokia.server.core.util.jmx.MBeanServerAccess pMBeanServerAccess)
-