se.liu.ida.critiquer.communication
Class Communicator

java.lang.Object
  extended by se.liu.ida.critiquer.communication.Communicator

public class Communicator
extends Object

Manage peer planners

Author:
olale

Field Summary
static HashMap<Class<? extends RemotePlanListener>,RemotePlanListener> remotePlannerConstraints
           
 
Constructor Summary
Communicator()
           
 
Method Summary
 PlanProxy getPlanProxy()
           
 PeerManager<RemotePlan> getRemotePlanners()
           
 void registerObject(PeerRemote obj)
          Register objects that should be published remotely
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

remotePlannerConstraints

public static HashMap<Class<? extends RemotePlanListener>,RemotePlanListener> remotePlannerConstraints
Constructor Detail

Communicator

public Communicator()
Method Detail

getRemotePlanners

public PeerManager<RemotePlan> getRemotePlanners()
Returns:
Returns the remotePlanners.

getPlanProxy

public PlanProxy getPlanProxy()
Returns:
Returns the planProxy.

registerObject

public void registerObject(PeerRemote obj)
Register objects that should be published remotely