|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sblim.cimclient.discovery.DiscovererFactory
public class DiscovererFactory
Class DiscovererFactory is responsible for creating concrete instances of the Discoverer interface.
| Field Summary | |
|---|---|
static java.lang.String |
SLP
The Service Location Protocol (SLP) |
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String SLP
| Method Detail |
|---|
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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||