Uses of Class
org.jolokia.server.core.request.NotChangedException
Packages that use NotChangedException
Package
Description
-
Uses of NotChangedException in org.jolokia.server.core.backend
Methods in org.jolokia.server.core.backend that throw NotChangedExceptionModifier and TypeMethodDescriptionRequestDispatcher.dispatch(JolokiaRequest pJolokiaRequest) Dispatch a request to a singleRequestHandler. -
Uses of NotChangedException in org.jolokia.server.core.service.impl
Methods in org.jolokia.server.core.service.impl that throw NotChangedExceptionModifier and TypeMethodDescriptionVersionRequestHandler.handleRequest(JolokiaRequest pJmxReq, Object pPreviousResult) -
Uses of NotChangedException in org.jolokia.server.core.service.request
Methods in org.jolokia.server.core.service.request that throw NotChangedExceptionModifier and TypeMethodDescription<R extends JolokiaRequest>
ObjectRequestHandler.handleRequest(R pJmxReq, Object pPreviousResult) Dispatch aJolokiaRequestto a certain backend and return the result of the JMX action.