public class DiscovererFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SLP
The Service Location Protocol (SLP)
|
| Modifier and Type | Method and Description |
|---|---|
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
|
public static final String SLP
public static Discoverer getDiscoverer(String pProtocol) throws IllegalArgumentException
pProtocol - The discovery protocol, e.g. "SLP"IllegalArgumentException - On unsupported protocolspublic static String[] getSupportedProtocols()
Copyright © 2005, 2012 IBM Corporation. All Rights Reserved.