Interface JolokiaServiceCreator
- All Known Implementing Classes:
ClasspathServiceCreator
public interface JolokiaServiceCreator
Object for creating static services
- Since:
- 14.06.13
- Author:
- roland
-
Method Summary
Modifier and TypeMethodDescriptionSet<JolokiaService<?>>Get the services created by this creator.
-
Method Details
-
getServices
Set<JolokiaService<?>> getServices()Get the services created by this creator. The service created can be of various types- Returns:
- created services
-