org.inria.myriads.snoozecommon.communication.groupmanager.repository
Class GroupManagerRepositoryInformation

java.lang.Object
  extended by org.inria.myriads.snoozecommon.communication.groupmanager.repository.GroupManagerRepositoryInformation
All Implemented Interfaces:
Serializable

public final class GroupManagerRepositoryInformation
extends Object
implements Serializable

Group manager repository information.

Author:
Eugen Feller
See Also:
Serialized Form

Constructor Summary
GroupManagerRepositoryInformation()
           
 
Method Summary
 ArrayList<LocalControllerDescription> getLocalControllerDescriptions()
          Returns the local controller descriptions.
 void setLocalControllerDescriptions(ArrayList<LocalControllerDescription> localControllers)
          Sets the local controller descriptions.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupManagerRepositoryInformation

public GroupManagerRepositoryInformation()
Method Detail

setLocalControllerDescriptions

public void setLocalControllerDescriptions(ArrayList<LocalControllerDescription> localControllers)
Sets the local controller descriptions.

Parameters:
localControllers - The local controller descriptions

getLocalControllerDescriptions

public ArrayList<LocalControllerDescription> getLocalControllerDescriptions()
Returns the local controller descriptions.

Returns:
The local controller descriptions


Copyright © 2012. All Rights Reserved.