Package | Description |
---|---|
org.jolokia.backend | |
org.jolokia.detector | |
org.jolokia.discovery | |
org.jolokia.http | |
org.jolokia.osgi.servlet | |
org.jolokia.restrictor | |
org.jolokia.util |
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 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.
|
Modifier and Type | Method and Description |
---|---|
static List<DiscoveryIncomingMessage> |
MulticastUtil.sendQueryAndCollectAnswers(DiscoveryOutgoingMessage pOutMsg,
int pTimeout,
LogHandler pLogHandler)
Sent out a message to Jolokia's multicast group over all network interfaces supporting multicasts
|
Constructor and Description |
---|
DiscoveryMulticastResponder(AgentDetailsHolder pDetailsHolder,
Restrictor pRestrictor,
LogHandler pLogHandler)
Create the responder which can be started and stopped and which detects the address to listen on on its own.
|
DiscoveryMulticastResponder(InetAddress pHostAddress,
AgentDetailsHolder pDetailsHolder,
Restrictor pRestrictor,
LogHandler pLogHandler)
Create the responder which can be started and stopped
|
JolokiaDiscovery(String pAgentId,
LogHandler pLogHandler) |
Modifier and Type | Method and Description |
---|---|
protected LogHandler |
AgentServlet.createLogHandler(javax.servlet.ServletConfig pServletConfig,
boolean pDebug)
Create a log handler using this servlet's logging facility for logging.
|
protected LogHandler |
AgentServlet.getLogHandler()
Get the installed log handler
|
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)
|
Modifier and Type | Method and Description |
---|---|
protected LogHandler |
JolokiaServlet.createLogHandler(javax.servlet.ServletConfig pServletConfig,
boolean pDebug)
Create a log handler which tracks a
LogService and, if available, use the log service
for logging, in the other time uses the servlet's default logging facility |
Modifier and Type | Method and Description |
---|---|
static Restrictor |
RestrictorFactory.createRestrictor(Configuration pConfig,
LogHandler logHandler) |
Modifier and Type | Class and Description |
---|---|
class |
JulLogHandler
Loghandler using java.util.logging with logger org.jolokia
|
static class |
LogHandler.StdoutLogHandler
Loghandler for printing to stdout
|
class |
QuietLogHandler
Loghandler which doesn not output anything
|
Copyright © 2017. All rights reserved.