org.almendra.janet.cas.node
Class AgentDispatcherRemote
java.lang.Object
java.rmi.server.RemoteObject
java.rmi.server.RemoteServer
java.rmi.server.UnicastRemoteObject
org.almendra.janet.cas.node.AgentDispatcherRemote
- All Implemented Interfaces:
- java.io.Serializable, java.rmi.Remote, IAgentDispatcher
public class AgentDispatcherRemote
- extends java.rmi.server.UnicastRemoteObject
- implements IAgentDispatcher
- Author:
- Oliver
- See Also:
- Serialized Form
Fields inherited from class java.rmi.server.RemoteObject |
ref |
Methods inherited from class java.rmi.server.UnicastRemoteObject |
clone, exportObject, exportObject, exportObject, unexportObject |
Methods inherited from class java.rmi.server.RemoteServer |
getClientHost, getLog, setLog |
Methods inherited from class java.rmi.server.RemoteObject |
equals, getRef, hashCode, toString, toStub |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
dispatcher
protected AgentDispatcher dispatcher
AgentDispatcherRemote
public AgentDispatcherRemote(AgentDispatcher dispatcher)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
accept
public void accept(CommandEnvelope commandEnvelope)
- Specified by:
accept
in interface IAgentDispatcher
setName
public void setName(java.lang.String newName)
- Parameters:
newName
-
getName
public java.lang.String getName()
- Specified by:
getName
in interface IAgentDispatcher
getQueueSize
public long getQueueSize(LocalAgentPath agentPath)
throws java.rmi.RemoteException
- Specified by:
getQueueSize
in interface IAgentDispatcher
- Returns:
-
- Throws:
java.rmi.RemoteException