Package | Description |
---|---|
org.jolokia.backend | |
org.jolokia.detector | |
org.jolokia.discovery | |
org.jolokia.handler | |
org.jolokia.http | |
org.jolokia.restrictor |
Constructor and Description |
---|
BackendManager(Configuration pConfig,
LogHandler pLogHandler)
Construct a new backend manager with the given configuration and which allows
every operation (no restrictor)
|
BackendManager(Configuration pConfig,
LogHandler pLogHandler,
Restrictor pRestrictor)
Construct a new backend manager with the given configuration.
|
BackendManager(Configuration pConfig,
LogHandler pLogHandler,
Restrictor pRestrictor,
boolean pLazy)
Construct a new backend manager with the given configuration.
|
LocalRequestDispatcher(Converters pConverters,
Restrictor pRestrictor,
Configuration pConfig,
LogHandler pLogHandler)
Create a new local dispatcher which accesses local MBeans.
|
MBeanServerHandler(Configuration pConfig,
LogHandler pLogHandler)
Create a new MBeanServer handler who is responsible for managing multiple intra VM
MBeanServer at once
An optional qualifier used for registering this object as an MBean is taken from the given configuration as well |
Modifier and Type | Method and Description |
---|---|
protected org.json.simple.JSONObject |
ServerHandle.getDetectorOptions(Configuration pConfig,
LogHandler pLogHandler)
Get the optional options used for detectors.
|
void |
ServerHandle.postDetect(MBeanServerExecutor pServerManager,
Configuration pConfig,
LogHandler pLoghandler)
Hook called after the detection phase.
|
Constructor and Description |
---|
AgentDetails(Configuration pConfig) |
Constructor and Description |
---|
RequestHandlerManager(Configuration pConfig,
Converters pConverters,
ServerHandle pServerHandle,
Restrictor pRestrictor)
Manager and dispatcher for incoming requests
|
VersionHandler(Configuration pConfig,
Restrictor pRestrictor,
ServerHandle pServerHandle)
Constructor
|
Modifier and Type | Method and Description |
---|---|
protected Restrictor |
AgentServlet.createRestrictor(Configuration config)
Hook for creating an own restrictor
|
Constructor and Description |
---|
HttpRequestHandler(Configuration pConfig,
BackendManager pBackendManager,
LogHandler pLogHandler)
Request handler for parsing HTTP request and dispatching to the appropriate
request handler (with help of the backend manager)
|
Jsr160ProxyNotEnabledByDefaultAnymoreDispatcher(Converters pConverters,
ServerHandle pServerInfo,
Restrictor pRestrictor,
Configuration pConfig) |
Modifier and Type | Method and Description |
---|---|
static Restrictor |
RestrictorFactory.createRestrictor(Configuration pConfig,
LogHandler logHandler) |
Copyright © 2018. All rights reserved.