org.sblim.cimclient.discovery
public class DiscovererFactory extends Object
Since: 2.0.2
UNKNOWN: This class is thread-safe.
| Field Summary | |
|---|---|
| static String | SLP
The Service Location Protocol (SLP) |
| Method Summary | |
|---|---|
| static Discoverer | getDiscoverer(String pProtocol)
Returns the concrete Discoverer for a given discovery protocol.
|
| static String[] | getSupportedProtocols()
Return an array of all supported discovery protocols
|
Parameters: pProtocol The discovery protocol, e.g. "SLP"
Returns: The corresponding discoverer
Throws: IllegalArgumentException On unsupported protocols
UNKNOWN: Factory Method
Returns: The supported protocols