org.almendra.janet.cas.node
Interface IAgentDispatcher

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
AgentDispatcher, AgentDispatcherRemote

public interface IAgentDispatcher
extends java.rmi.Remote

Author:
Oliver

Method Summary
 void accept(CommandEnvelope commandEnvelope)
           
 java.lang.String getName()
           
 long getQueueSize(LocalAgentPath agentPath)
           
 

Method Detail

accept

void accept(CommandEnvelope commandEnvelope)
            throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getName

java.lang.String getName()
                         throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getQueueSize

long getQueueSize(LocalAgentPath agentPath)
                  throws java.rmi.RemoteException
Parameters:
agentPath -
Returns:
Throws:
java.rmi.RemoteException