Package org.jolokia.server.core.osgi
Class DelegatingServerDetectorLookup
java.lang.Object
org.jolokia.server.core.osgi.DelegatingServerDetectorLookup
- All Implemented Interfaces:
Serializable,ServerDetectorLookup
public class DelegatingServerDetectorLookup
extends Object
implements ServerDetectorLookup, Serializable
Lookup service detectors lookups as OSGi services and collects the detectors found there
- Since:
- 28.02.14
- Author:
- roland
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionlookup()Lookup all server detector available and return a list of all found detectors
-
Method Details
-
lookup
Lookup all server detector available and return a list of all found detectors- Specified by:
lookupin interfaceServerDetectorLookup- Returns:
- set of server detectors
-