Package | Description |
---|---|
org.jolokia.backend | |
org.jolokia.handler |
Modifier and Type | Method and Description |
---|---|
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 | Class and Description |
---|---|
class |
ExecHandler
Handler for dealing with execute requests.
|
class |
ListHandler
Handler for obtaining a list of all available MBeans and its attributes
and operations.
|
class |
ReadHandler
Handler for managing READ requests for reading attributes.
|
class |
SearchHandler
Handler responsible for searching for MBean names.
|
class |
VersionHandler
Get the version of this agent as well as the protocol version
|
class |
WriteHandler
Handler for dealing with write request.
|
Modifier and Type | Method and Description |
---|---|
JsonRequestHandler |
RequestHandlerManager.getRequestHandler(RequestType pType)
Get the request handler for the given type
|
Copyright © 2021. All rights reserved.