Package | Description |
---|---|
org.jolokia.handler |
Modifier and Type | Method and Description |
---|---|
protected void |
ReadHandler.checkForRestriction(JmxReadRequest pRequest)
We override it here with a noop since we do a more fine grained
check during processing of the request.
|
Object |
ReadHandler.doHandleRequest(MBeanServerConnection pServer,
JmxReadRequest pRequest)
Used for a request to a single attribute from a single MBean.
|
Object |
ReadHandler.doHandleRequest(MBeanServerExecutor pServerManager,
JmxReadRequest pRequest) |
boolean |
ReadHandler.handleAllServersAtOnce(JmxReadRequest pRequest)
For a simple requests (one MBean, one attribute) we let the dispatching of the servers
done by the upper level.
|
Copyright © 2018. All rights reserved.