org.inria.myriads.snoozecommon.communication.virtualcluster.discovery
Class VirtualMachineDiscoveryResponse

java.lang.Object
  extended by org.inria.myriads.snoozecommon.communication.virtualcluster.discovery.VirtualMachineDiscoveryResponse
All Implemented Interfaces:
Serializable

public final class VirtualMachineDiscoveryResponse
extends Object
implements Serializable

Virtual machine discovery response.

Author:
Eugen Feller
See Also:
Serialized Form

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

VirtualMachineDiscoveryResponse

public VirtualMachineDiscoveryResponse()
Method Detail

setLocalControllerId

public void setLocalControllerId(String localControllerId)
Sets the local controller identifier.

Parameters:
localControllerId - The local controller identifier

setGroupManagerAddress

public void setGroupManagerAddress(NetworkAddress groupManagerAddress)
Sets the group manager address.

Parameters:
groupManagerAddress - The group manager address

getLocalControllerId

public String getLocalControllerId()
Returns the local controller identifier.

Returns:
The local controller identifier

getGroupManagerAddress

public NetworkAddress getGroupManagerAddress()
Returns the group manager address.

Returns:
The group mnager address


Copyright © 2012. All Rights Reserved.