Package org.jolokia.server.detector.misc
Class LightstreamerDetector
java.lang.Object
org.jolokia.server.detector.jee.AbstractServerDetector
org.jolokia.server.detector.misc.LightstreamerDetector
- 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>
-
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) protected booleanisLightStreamer(Instrumentation instrumentation) voidjvmAgentStartup(Instrumentation instrumentation) By default do nothing during JVM agent startupMethods inherited from class org.jolokia.server.detector.jee.AbstractServerDetector
compareTo, destroy, equals, getAttributeValue, getAttributeValue, getConfig, getMBeanServers, getName, getOrder, getRequestInterceptor, getSingleStringAttribute, getVersionFromJsr77, hashCode, init, init, isClassLoaded, isEnabled, 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
-
LightstreamerDetector
public LightstreamerDetector(int pOrder) The order of this detector- 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) - Parameters:
pMBeanServerAccess-
-
jvmAgentStartup
Description copied from class:AbstractServerDetectorBy default do nothing during JVM agent startup- Specified by:
jvmAgentStartupin interfaceorg.jolokia.server.core.detector.ServerDetector- Overrides:
jvmAgentStartupin classAbstractServerDetector
-
isLightStreamer
-