Uses of Interface
org.jolokia.server.core.service.api.JolokiaContext
Packages that use JolokiaContext
Package
Description
-
Uses of JolokiaContext in org.jolokia.server.core.backend
Constructors in org.jolokia.server.core.backend with parameters of type JolokiaContextModifierConstructorDescriptionBackendManager(JolokiaContext pJolokiaCtx) Construct a new backend manager with the given configuration and with the default request dispatcher -
Uses of JolokiaContext in org.jolokia.server.core.http
Constructors in org.jolokia.server.core.http with parameters of type JolokiaContextModifierConstructorDescriptionHttpRequestHandler(JolokiaContext pJolokiaCtx) Request handler for parsing HTTP request and dispatching to the appropriate request handler (with help of the backend manager) -
Uses of JolokiaContext in org.jolokia.server.core.service.api
Methods in org.jolokia.server.core.service.api that return JolokiaContextModifier and TypeMethodDescriptionprotected JolokiaContextAbstractJolokiaService.getJolokiaContext()JolokiaServiceManager.start()Start up the service manager.Methods in org.jolokia.server.core.service.api with parameters of type JolokiaContextModifier and TypeMethodDescriptionvoidAbstractJolokiaService.init(JolokiaContext pJolokiaContext) Override if access to the JolokiaContext is required.voidJolokiaService.init(JolokiaContext pJolokiaContext) Lifecycle method called when the services are initializedvoidJolokiaServiceLookup.init(JolokiaContext pJolokiaContext) Lifecycle method called when the service managed starts up -
Uses of JolokiaContext in org.jolokia.server.core.service.impl
Classes in org.jolokia.server.core.service.impl that implement JolokiaContextMethods in org.jolokia.server.core.service.impl that return JolokiaContextModifier and TypeMethodDescriptionJolokiaServiceManagerImpl.start()Start up the service manager.Methods in org.jolokia.server.core.service.impl with parameters of type JolokiaContextModifier and TypeMethodDescriptionvoidOsgiJolokiaServiceFactory.init(JolokiaContext pJolokiaContext) Lifecycle method called when the service managed starts upvoidVersionRequestHandler.init(JolokiaContext pJolokiaContext) -
Uses of JolokiaContext in org.jolokia.server.core.service.notification
Constructors in org.jolokia.server.core.service.notification with parameters of type JolokiaContextModifierConstructorDescriptionNotificationBackendManager(JolokiaContext pContext) Lookup backends and remember -
Uses of JolokiaContext in org.jolokia.server.core.util
Methods in org.jolokia.server.core.util with parameters of type JolokiaContext