Package org.jolokia.server.core.detector
Interface ServerDetectorLookup
- All Known Implementing Classes:
ClasspathServerDetectorLookup,DelegatingServerDetectorLookup
public interface ServerDetectorLookup
Interface for a lookup mechanism to find server detector
- Since:
- 28.02.14
- Author:
- roland
-
Method Summary
Modifier and TypeMethodDescriptionlookup()Lookup all server detector available and return a list of all found detectors
-
Method Details
-
lookup
SortedSet<ServerDetector> lookup()Lookup all server detector available and return a list of all found detectors- Returns:
- set of server detectors
-