Uses of Interface
org.jolokia.server.core.util.jmx.MBeanServerAccess
Packages that use MBeanServerAccess
Package
Description
-
Uses of MBeanServerAccess in org.jolokia.server.core.detector
Methods in org.jolokia.server.core.detector with parameters of type MBeanServerAccessModifier and TypeMethodDescriptionServerDetector.detect(MBeanServerAccess pMBeanServerAccess) Detect the server.DefaultServerHandle.getExtraInfo(MBeanServerAccess pServerManager) ServerDetector.getRequestInterceptor(MBeanServerAccess pMBeanServerAccess) Get an request interceptor to add for dealing with server specific workarounds or behaviour -
Uses of MBeanServerAccess in org.jolokia.server.core.service.api
Methods in org.jolokia.server.core.service.api that return MBeanServerAccessModifier and TypeMethodDescriptionJolokiaContext.getMBeanServerAccess()Get anMBeanServerAccessfor easy access of the JMX subsystem even when there are multiple MBeanServers available. -
Uses of MBeanServerAccess in org.jolokia.server.core.service.impl
Methods in org.jolokia.server.core.service.impl that return MBeanServerAccessModifier and TypeMethodDescriptionJolokiaContextImpl.getMBeanServerAccess()Get anMBeanServerAccessfor easy access of the JMX subsystem even when there are multiple MBeanServers available. -
Uses of MBeanServerAccess in org.jolokia.server.core.util.jmx
Classes in org.jolokia.server.core.util.jmx that implement MBeanServerAccessModifier and TypeClassDescriptionclassBase class for providing access to the list of MBeanServer handled by this agent.classA simple executor which uses only a single connection.