Class ClasspathServiceCreator
java.lang.Object
org.jolokia.server.core.service.impl.ClasspathServiceCreator
- All Implemented Interfaces:
JolokiaServiceCreator
A request handler factory which looks up the request handler via
LocalServiceFactory- Since:
- 13.06.13
- Author:
- roland
-
Constructor Summary
ConstructorsConstructorDescriptionClasspathServiceCreator(String pBase) Create a creator with the given base name -
Method Summary
Modifier and TypeMethodDescriptionSet<JolokiaService<?>>Get the services created by this creator.
-
Constructor Details
-
ClasspathServiceCreator
Create a creator with the given base name- Parameters:
pBase- base name to use
-
-
Method Details
-
getServices
Get the services created by this creator. The service created can be of various types- Specified by:
getServicesin interfaceJolokiaServiceCreator- Returns:
- created services
-