|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsynergynetframework.appsystem.services.net.landiscovery.ServiceSystemFactory
public class ServiceSystemFactory
A factory for creating ServiceSystem objects.
Nested Class Summary | |
---|---|
static class |
ServiceSystemFactory.ServiceProvider
The Enum ServiceProvider. |
Constructor Summary | |
---|---|
ServiceSystemFactory()
|
Method Summary | |
---|---|
static ServiceAnnounceSystem |
getServiceAnnouncerSystem()
Gets the service announcer system. |
static ServiceAnnounceSystem |
getServiceAnnouncerSystem(ServiceSystemFactory.ServiceProvider sp)
Gets the service announcer system. |
static ServiceDiscoverySystem |
getServiceDiscoverySystem()
Gets the service discovery system. |
static ServiceDiscoverySystem |
getServiceDiscoverySystem(ServiceSystemFactory.ServiceProvider sp)
Gets the service discovery system. |
static void |
stop()
Stop. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServiceSystemFactory()
Method Detail |
---|
public static ServiceAnnounceSystem getServiceAnnouncerSystem()
public static ServiceAnnounceSystem getServiceAnnouncerSystem(ServiceSystemFactory.ServiceProvider sp)
sp
- the sp
public static ServiceDiscoverySystem getServiceDiscoverySystem()
public static ServiceDiscoverySystem getServiceDiscoverySystem(ServiceSystemFactory.ServiceProvider sp)
sp
- the sp
public static void stop()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |