Package org.jolokia.server.detector.jee
Class GlassfishDetector
java.lang.Object
org.jolokia.server.detector.jee.AbstractServerDetector
org.jolokia.server.detector.jee.GlassfishDetector
- 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 Glassfish servers
- Since:
- 04.12.10
- 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) org.jolokia.server.core.service.request.RequestInterceptorgetRequestInterceptor(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, 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
-
GlassfishDetector
public GlassfishDetector(int pOrder) Create a server detector- Parameters:
pOrder- of the detector (within the list of detectors)
-
-
Method Details
-
detect
public org.jolokia.server.core.service.api.ServerHandle detect(org.jolokia.server.core.util.jmx.MBeanServerAccess pMBeanServerAccess) - Parameters:
pMBeanServerAccess-
-
getRequestInterceptor
public org.jolokia.server.core.service.request.RequestInterceptor getRequestInterceptor(org.jolokia.server.core.util.jmx.MBeanServerAccess pMBeanServerAccess) - Specified by:
getRequestInterceptorin interfaceorg.jolokia.server.core.detector.ServerDetector- Overrides:
getRequestInterceptorin classAbstractServerDetector
-