public class DiscovererFactory
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
static java.lang.String |
SLP |
The Service Location Protocol (SLP)
|
Modifier and Type | Method | Description |
---|---|---|
static Discoverer |
getDiscoverer(java.lang.String pProtocol) |
Returns the concrete Discoverer for a given discovery protocol.
|
static java.lang.String[] |
getSupportedProtocols() |
Return an array of all supported discovery protocols
|
public static final java.lang.String SLP
public static Discoverer getDiscoverer(java.lang.String pProtocol) throws java.lang.IllegalArgumentException
pProtocol
- The discovery protocol, e.g. "SLP"java.lang.IllegalArgumentException
- On unsupported protocolspublic static java.lang.String[] getSupportedProtocols()
Copyright © 2005, 2013 IBM Corporation. All Rights Reserved.