Package | Description |
---|---|
org.jolokia.backend | |
org.jolokia.detector | |
org.jolokia.discovery | |
org.jolokia.history | |
org.jolokia.http | |
org.jolokia.request |
Modifier and Type | Method and Description |
---|---|
JSONObject |
BackendManager.handleRequest(JmxRequest pJmxReq)
Handle a single JMXRequest.
|
Modifier and Type | Method and Description |
---|---|
protected JSONObject |
ServerHandle.getDetectorOptions(Configuration pConfig,
LogHandler pLogHandler)
Get the optional options used for detectors.
|
JSONObject |
ServerHandle.toJSONObject(MBeanServerExecutor pServerManager)
Return this info as an JSONObject
|
Modifier and Type | Method and Description |
---|---|
JSONObject |
AgentDetails.toJSONObject()
Get the details as JSON Object
|
Modifier and Type | Method and Description |
---|---|
void |
HistoryStore.updateAndAdd(JmxRequest pJmxReq,
JSONObject pJson)
Update the history store with the value of an an read, write or execute operation.
|
Modifier and Type | Method and Description |
---|---|
JSONObject |
HttpRequestHandler.getErrorJSON(int pErrorCode,
Throwable pExp,
JmxRequest pJmxReq)
Get the JSON representation for a an exception
|
JSONObject |
HttpRequestHandler.handleThrowable(Throwable pThrowable)
Utility method for handling single runtime exceptions and errors.
|
Modifier and Type | Method and Description |
---|---|
JSONObject |
ProxyTargetConfig.toJSON()
As JSON representation
|
JSONObject |
JmxWriteRequest.toJSON() |
JSONObject |
JmxRequest.toJSON()
Convert this request to a JSON object, which can be used as a part of a return value.
|
JSONObject |
JmxReadRequest.toJSON()
Convert this request to a JSON object, which can be used as a part of a return value.
|
JSONObject |
JmxObjectNameRequest.toJSON()
Convert this request to a JSON object, which can be used as a part of a return value.
|
JSONObject |
JmxExecRequest.toJSON()
Return this request in a proper JSON representation
|
Copyright © 2019. All rights reserved.