Uses of Interface
org.jolokia.server.core.service.api.JolokiaService
Packages that use JolokiaService
Package
Description
-
Uses of JolokiaService in org.jolokia.server.core.detector
Subinterfaces of JolokiaService in org.jolokia.server.core.detectorModifier and TypeInterfaceDescriptioninterfaceA detector identifies a specific server. -
Uses of JolokiaService in org.jolokia.server.core.service.api
Classes in org.jolokia.server.core.service.api with type parameters of type JolokiaServiceModifier and TypeClassDescriptionclassAbstractJolokiaService<T extends JolokiaService<?>>Abstract base class forJolokiaServices.interfaceJolokiaService<T extends JolokiaService<?>>Interface describing a Jolokia Service.Subinterfaces of JolokiaService in org.jolokia.server.core.service.apiClasses in org.jolokia.server.core.service.api that implement JolokiaServiceModifier and TypeClassDescriptionclassAbstractJolokiaService<T extends JolokiaService<?>>Abstract base class forJolokiaServices.Methods in org.jolokia.server.core.service.api with type parameters of type JolokiaServiceModifier and TypeMethodDescription<T extends JolokiaService<?>>
TJolokiaContext.getMandatoryService(Class<T> pType) Get a single, mandatory, service.<T extends JolokiaService<?>>
TJolokiaContext.getService(Class<T> pType) Get a single service.<T extends JolokiaService<?>>
SortedSet<T>JolokiaContext.getServices(Class<T> pType) Get Jolokia services of a certain kind.<T extends JolokiaService<?>>
Set<T>JolokiaServiceLookup.getServices(Class<T> pType) Get the current list of available services for a certain type.Methods in org.jolokia.server.core.service.api that return types with arguments of type JolokiaServiceModifier and TypeMethodDescriptionSet<JolokiaService<?>>JolokiaServiceCreator.getServices()Get the services created by this creator.Methods in org.jolokia.server.core.service.api with parameters of type JolokiaServiceModifier and TypeMethodDescriptionvoidJolokiaServiceManager.addService(JolokiaService<?> pService) Add a single service. -
Uses of JolokiaService in org.jolokia.server.core.service.impl
Classes in org.jolokia.server.core.service.impl that implement JolokiaServiceModifier and TypeClassDescriptionclassGet the version of this agent as well as the protocol versionMethods in org.jolokia.server.core.service.impl with type parameters of type JolokiaServiceModifier and TypeMethodDescription<T extends JolokiaService<?>>
TJolokiaContextImpl.getMandatoryService(Class<T> pType) Get a single, mandatory, service.<T extends JolokiaService<?>>
TJolokiaContextImpl.getService(Class<T> pType) Get a single service.<T extends JolokiaService<?>>
TJolokiaServiceManagerImpl.getService(Class<T> pType) Get a single service.<T extends JolokiaService<?>>
SortedSet<T>JolokiaContextImpl.getServices(Class<T> pType) Get Jolokia services of a certain kind.<T extends JolokiaService<?>>
SortedSet<T>JolokiaServiceManagerImpl.getServices(Class<T> pType) Get all services of a certain type currently registered.<T extends JolokiaService<?>>
Set<T>OsgiJolokiaServiceFactory.getServices(Class<T> pType) Get the current list of available services for a certain type.Methods in org.jolokia.server.core.service.impl that return types with arguments of type JolokiaServiceModifier and TypeMethodDescriptionSet<JolokiaService<?>>ClasspathServiceCreator.getServices()Get the services created by this creator.Methods in org.jolokia.server.core.service.impl with parameters of type JolokiaServiceModifier and TypeMethodDescriptionfinal voidJolokiaServiceManagerImpl.addService(JolokiaService<?> pService) Add a single service. -
Uses of JolokiaService in org.jolokia.server.core.service.notification
Subinterfaces of JolokiaService in org.jolokia.server.core.service.notificationModifier and TypeInterfaceDescriptioninterfaceA notification backend which is responsible for the final delivery. -
Uses of JolokiaService in org.jolokia.server.core.service.request
Subinterfaces of JolokiaService in org.jolokia.server.core.service.requestModifier and TypeInterfaceDescriptioninterfaceInterface for dispatching a request to a certain backend.interfaceInterface describing an interceptor wrapping around a request processing.Classes in org.jolokia.server.core.service.request that implement JolokiaServiceModifier and TypeClassDescriptionclassBase class for request handlers which provides some utilities methods like deciding on a request based on a configured provider. -
Uses of JolokiaService in org.jolokia.server.core.service.serializer
Subinterfaces of JolokiaService in org.jolokia.server.core.service.serializerModifier and TypeInterfaceDescriptioninterfaceInterface defining a Jolokia serializer which is also a plugable service. -
Uses of JolokiaService in org.jolokia.server.core.util
Classes in org.jolokia.server.core.util that implement JolokiaServiceModifier and TypeClassDescriptionclassSimple store for remembering debug info and returning it via a JMX operation (exposed in ConfigMBean)