org.inria.myriads.snoozecommon.communication.localcontroller
Class AssignedGroupManager

java.lang.Object
  extended by org.inria.myriads.snoozecommon.communication.localcontroller.AssignedGroupManager
All Implemented Interfaces:
Serializable

public final class AssignedGroupManager
extends Object
implements Serializable

Local controller assignment.

Author:
Eugen Feller
See Also:
Serialized Form

Constructor Summary
AssignedGroupManager()
           
 
Method Summary
 GroupManagerDescription getGroupManager()
          Returns the group manager description.
 String getLocalControllerId()
          Returns the local controller identifier.
 void setGroupManager(GroupManagerDescription groupManager)
          Sets the group manager description.
 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

AssignedGroupManager

public AssignedGroupManager()
Method Detail

setLocalControllerId

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

Parameters:
localControllerId - The local controller identifier

getLocalControllerId

public String getLocalControllerId()
Returns the local controller identifier.

Returns:
The local controller identifier

setGroupManager

public void setGroupManager(GroupManagerDescription groupManager)
Sets the group manager description.

Parameters:
groupManager - The group manager description

getGroupManager

public GroupManagerDescription getGroupManager()
Returns the group manager description.

Returns:
The group manager description


Copyright © 2012. All Rights Reserved.