|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.inria.myriads.snoozecommon.communication.rest.CommunicatorFactory
public final class CommunicatorFactory
Component communicator factory.
Method Summary | |
---|---|
static BootstrapAPI |
newBootstrapCommunicator(NetworkAddress bootstrapAddress)
Creates a new bootstrap communicator instance. |
static GroupManagerAPI |
newGroupManagerCommunicator(NetworkAddress groupManagerAddress)
Returns the group manager communicator object. |
static LocalControllerAPI |
newLocalControllerCommunicator(NetworkAddress localControllerAddress)
Returns the local controller communicator object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static BootstrapAPI newBootstrapCommunicator(NetworkAddress bootstrapAddress)
bootstrapAddress
- The bootstrap address
public static GroupManagerAPI newGroupManagerCommunicator(NetworkAddress groupManagerAddress)
groupManagerAddress
- The group manager address
public static LocalControllerAPI newLocalControllerCommunicator(NetworkAddress localControllerAddress)
localControllerAddress
- The local controller address
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |