Package org.jolokia.server.core.request
Class JolokiaExecRequest
java.lang.Object
org.jolokia.server.core.request.JolokiaRequest
org.jolokia.server.core.request.JolokiaObjectNameRequest
org.jolokia.server.core.request.JolokiaExecRequest
A JMX request for
exec operations, i.e. for executing JMX operations
on MBeans.- Since:
- 15.03.11
- Author:
- roland
-
Method Summary
Methods inherited from class org.jolokia.server.core.request.JolokiaObjectNameRequest
getInfo, getObjectName, getObjectNameAsString, getOrderedObjectName, getProviderMethods inherited from class org.jolokia.server.core.request.JolokiaRequest
getHttpMethod, getOption, getParameter, getParameterAsBool, getParameterAsInt, getPath, getPathParts, getType, getValueFaultHandler, isExclusive, useReturnValueWithPath
-
Method Details
-
getOperation
Get the operation name- Returns:
- the operation name for this exec request
-
getArguments
Get arguments or null if no arguments are given- Returns:
- arguments
-
toJSON
public org.json.simple.JSONObject toJSON()Return this request in a proper JSON representation- Overrides:
toJSONin classJolokiaObjectNameRequest- Returns:
- this object in a JSON representation
-
toString
-