Package | Description |
---|---|
org.jolokia.backend | |
org.jolokia.handler | |
org.jolokia.http |
Modifier and Type | Method and Description |
---|---|
Object |
RequestDispatcher.dispatchRequest(JmxRequest pJmxReq)
Dispatch a
JmxRequest to a certain backend
and return the result of the JMX action. |
Object |
LocalRequestDispatcher.dispatchRequest(JmxRequest pJmxReq)
Dispatch a
JmxRequest to a certain backend
and return the result of the JMX action. |
Object |
MBeanServerHandler.dispatchRequest(JsonRequestHandler pRequestHandler,
JmxRequest pJmxReq)
Dispatch a request to the MBeanServer which can handle it
|
<R extends JmxRequest> |
MBeanServerExecutorLocal.handleRequest(JsonRequestHandler<R> pRequestHandler,
R pJmxReq)
Handle a single request
|
Modifier and Type | Method and Description |
---|---|
protected void |
JsonRequestHandler.checkForModifiedSince(MBeanServerExecutor pServerManager,
JmxRequest pRequest)
Check, whether the set of MBeans for any managed MBeanServer has been change since the timestamp
provided in the given request
|
protected abstract Object |
JsonRequestHandler.doHandleRequest(MBeanServerConnection server,
R request)
Abstract method to be subclassed by a concrete handler for performing the
request.
|
Object |
ListHandler.doHandleRequest(MBeanServerExecutor pServerManager,
JmxListRequest pRequest)
Default implementation fo handling a request for multiple servers at once.
|
Object |
SearchHandler.doHandleRequest(MBeanServerExecutor serverManager,
JmxSearchRequest request)
Default implementation fo handling a request for multiple servers at once.
|
Object |
JsonRequestHandler.doHandleRequest(MBeanServerExecutor serverManager,
R request)
Default implementation fo handling a request for multiple servers at once.
|
Object |
JsonRequestHandler.handleRequest(MBeanServerConnection pServer,
R pRequest)
Handle a request for a single server and throw an
InstanceNotFoundException
if the request cannot be handle by the provided server. |
Object |
JsonRequestHandler.handleRequest(MBeanServerExecutor pServerManager,
R request)
Override this if you want to have all servers at once for processing the request
(like need for merging info as for a
list command). |
Modifier and Type | Method and Description |
---|---|
Object |
Jsr160ProxyNotEnabledByDefaultAnymoreDispatcher.dispatchRequest(JmxRequest pJmxReq) |
Copyright © 2021. All rights reserved.