Uses of Class
org.jolokia.server.core.request.JolokiaRequest
Packages that use JolokiaRequest
Package
Description
-
Uses of JolokiaRequest in org.jolokia.server.core.backend
Methods in org.jolokia.server.core.backend with parameters of type JolokiaRequestModifier and TypeMethodDescriptionBackendManager.convertExceptionToJson(Throwable pExp, JolokiaRequest pJmxReq) Convert a Throwable to a JSON object so that it can be included in an error responseRequestDispatcher.dispatch(JolokiaRequest pJolokiaRequest) Dispatch a request to a singleRequestHandler.org.json.simple.JSONObjectBackendManager.handleRequest(JolokiaRequest pJmxReq) Handle a single JMXRequest. -
Uses of JolokiaRequest in org.jolokia.server.core.http
Methods in org.jolokia.server.core.http with parameters of type JolokiaRequestModifier and TypeMethodDescriptionorg.json.simple.JSONObjectHttpRequestHandler.getErrorJSON(int pErrorCode, Throwable pExp, JolokiaRequest pJmxReq) Get the JSON representation for an exception. -
Uses of JolokiaRequest in org.jolokia.server.core.request
Subclasses of JolokiaRequest in org.jolokia.server.core.requestModifier and TypeClassDescriptionclassA JMX request forexecoperations, i.e.classA JMX request forlistoperations, i.e.classA request dealing with notification requests.classAbstract Jolokia request which takes an object name.classA JMX request forreadoperations, i.e.classA JMX request for asearchoperation, i.e.classA JMX request for aversionrequest.classA JMX request for awriteoperationMethods in org.jolokia.server.core.request with type parameters of type JolokiaRequestModifier and TypeMethodDescriptionstatic <R extends JolokiaRequest>
RJolokiaRequestFactory.createGetRequest(String pPathInfo, ProcessingParameters pProcessingParameters) Create a JMX request from a GET Request with a REST Url.static <R extends JolokiaRequest>
RJolokiaRequestFactory.createPostRequest(Map<String, ?> pRequestMap, ProcessingParameters pProcessingParams) Create a singleJolokiaRequests from a JSON map representation of a requestMethods in org.jolokia.server.core.request that return JolokiaRequestModifier and TypeMethodDescriptionNotChangedException.getRequest()Request which lead to this exceptionMethods in org.jolokia.server.core.request that return types with arguments of type JolokiaRequestModifier and TypeMethodDescriptionstatic List<JolokiaRequest>JolokiaRequestFactory.createPostRequests(List<?> pJsonRequests, ProcessingParameters pProcessingParams) Create a list ofJolokiaRequests from a JSON list representing jmx requestsConstructors in org.jolokia.server.core.request with parameters of type JolokiaRequest -
Uses of JolokiaRequest in org.jolokia.server.core.service.impl
Methods in org.jolokia.server.core.service.impl with parameters of type JolokiaRequestModifier and TypeMethodDescriptionbooleanVersionRequestHandler.canHandle(JolokiaRequest pJolokiaRequest) Check whether current dispatcher can handle the given requestVersionRequestHandler.handleRequest(JolokiaRequest pJmxReq, Object pPreviousResult) -
Uses of JolokiaRequest in org.jolokia.server.core.service.request
Methods in org.jolokia.server.core.service.request with type parameters of type JolokiaRequestModifier and TypeMethodDescription<R extends JolokiaRequest>
ObjectRequestHandler.handleRequest(R pJmxReq, Object pPreviousResult) Dispatch aJolokiaRequestto a certain backend and return the result of the JMX action.Methods in org.jolokia.server.core.service.request with parameters of type JolokiaRequestModifier and TypeMethodDescriptionbooleanAbstractRequestHandler.canHandle(JolokiaRequest pJolokiaRequest) Check whether current dispatcher can handle the given requestbooleanRequestHandler.canHandle(JolokiaRequest pJolokiaRequest) Check whether current dispatcher can handle the given requestprotected booleanAbstractRequestHandler.checkProvider(JolokiaRequest pRequest) Check whether the given request match the provider for which this handler is responsiblevoidRequestInterceptor.intercept(JolokiaRequest pRequest, org.json.simple.JSONObject pRetValue) Log the call to the given request.