|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.inria.myriads.snoozecommon.communication.virtualcluster.discovery.VirtualMachineDiscoveryResponse
public final class VirtualMachineDiscoveryResponse
Virtual machine discovery response.
Constructor Summary | |
---|---|
VirtualMachineDiscoveryResponse()
|
Method Summary | |
---|---|
NetworkAddress |
getGroupManagerAddress()
Returns the group manager address. |
String |
getLocalControllerId()
Returns the local controller identifier. |
void |
setGroupManagerAddress(NetworkAddress groupManagerAddress)
Sets the group manager address. |
void |
setLocalControllerId(String localControllerId)
Sets the local controller identifier. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VirtualMachineDiscoveryResponse()
Method Detail |
---|
public void setLocalControllerId(String localControllerId)
localControllerId
- The local controller identifierpublic void setGroupManagerAddress(NetworkAddress groupManagerAddress)
groupManagerAddress
- The group manager addresspublic String getLocalControllerId()
public NetworkAddress getGroupManagerAddress()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |