Uses of Class
org.almendra.janet.cas.node.InvalidCommandException

Packages that use InvalidCommandException
org.almendra.janet.cas.agents   
org.almendra.janet.cas.node.interpreters   
 

Uses of InvalidCommandException in org.almendra.janet.cas.agents
 

Methods in org.almendra.janet.cas.agents that throw InvalidCommandException
 void MultiAgentProxy.accept(CommandEnvelope env)
           
 void IAgentProxy.accept(CommandEnvelope env)
           
 void AgentProxy.accept(CommandEnvelope env)
           
 void MultiAgentProxy.accept(ICommand command)
           
 void IAgentProxy.accept(ICommand command)
           
 void AgentProxy.accept(ICommand command)
           
abstract  void AbstractAgentProxy.accept(ICommand command)
           
 void MultiAgentProxy.accept(ICommand command, Acknowledge ack)
           
 void IAgentProxy.accept(ICommand command, Acknowledge ack)
           
 void AgentProxy.accept(ICommand command, Acknowledge ack)
           
abstract  void AbstractAgentProxy.accept(ICommand command, Acknowledge ack)
           
 void IAgentProxy.accept(ICommand command, FutureResult futureResult)
          Send commmand to an agent expecting a result to be sent back.
 void AgentProxy.accept(ICommand command, FutureResult futureResult)
          Send commmand to an agent expecting a result to be sent back.
abstract  void AbstractAgentProxy.accept(ICommand command, FutureResult futureResult)
           
 void MultiAgentProxy.accept(ICommand command, IHistorizableCallbackHandler handler)
           
 void IAgentProxy.accept(ICommand command, IHistorizableCallbackHandler handler)
           
 void AgentProxy.accept(ICommand command, IHistorizableCallbackHandler handler)
           
abstract  void AbstractAgentProxy.accept(ICommand command, IHistorizableCallbackHandler handler)
           
 void MultiAgentProxy.accept(ICommand command, int kind)
           
 void IAgentProxy.accept(ICommand command, int kind)
           
 void AgentProxy.accept(ICommand command, int kind)
           
 void MultiAgentProxy.accept(IWorkLoadBalancingCommand command)
           
 void IAgentProxy.accept(IWorkLoadBalancingCommand command)
           
 void AgentProxy.accept(IWorkLoadBalancingCommand command)
           
 void MultiAgentProxy.accept(IWorkLoadBalancingCommand command, Acknowledge ack)
           
 void IAgentProxy.accept(IWorkLoadBalancingCommand command, Acknowledge ack)
           
 void AgentProxy.accept(IWorkLoadBalancingCommand command, Acknowledge ack)
           
 void MultiAgentProxy.accept(IWorkLoadBalancingCommand command, FutureResult futureResult)
           
 void IAgentProxy.accept(IWorkLoadBalancingCommand command, FutureResult futureResult)
          Send commmand to an agent expecting a result to be sent back.
 void AgentProxy.accept(IWorkLoadBalancingCommand command, FutureResult futureResult)
           
 void MultiAgentProxy.accept(IWorkLoadBalancingCommand command, IHistorizableCallbackHandler handler)
           
 void IAgentProxy.accept(IWorkLoadBalancingCommand command, IHistorizableCallbackHandler handler)
           
 void AgentProxy.accept(IWorkLoadBalancingCommand command, IHistorizableCallbackHandler handler)
           
 void MultiAgentProxy.accept(IWorkLoadSharingCommand command)
           
 void IAgentProxy.accept(IWorkLoadSharingCommand command)
           
 void AgentProxy.accept(IWorkLoadSharingCommand sharingCommand)
           
 void MultiAgentProxy.accept(IWorkLoadSharingCommand command, Acknowledge ack)
           
 void IAgentProxy.accept(IWorkLoadSharingCommand command, Acknowledge ack)
           
 void AgentProxy.accept(IWorkLoadSharingCommand command, Acknowledge ack)
           
 void MultiAgentProxy.accept(IWorkLoadSharingCommand command, FutureResult futureResult)
           
 void IAgentProxy.accept(IWorkLoadSharingCommand command, FutureResult futureResult)
          Send commmand to an agent expecting a result to be sent back.
 void AgentProxy.accept(IWorkLoadSharingCommand command, FutureResult futureResult)
           
 void MultiAgentProxy.accept(IWorkLoadSharingCommand command, IHistorizableCallbackHandler handler)
           
 void IAgentProxy.accept(IWorkLoadSharingCommand command, IHistorizableCallbackHandler handler)
           
 void AgentProxy.accept(IWorkLoadSharingCommand command, IHistorizableCallbackHandler handler)
           
protected  void AbstractAgentProxy.checkValidity(ICommand command)
           
protected  void AgentProxy.sendNoWorkLoadCommand(IWorkLoadBalancingCommand balancingCommand)
           
protected  void AgentProxy.sendNoWorkLoadCommand(IWorkLoadSharingCommand sharingCommand)
           
 

Uses of InvalidCommandException in org.almendra.janet.cas.node.interpreters
 

Methods in org.almendra.janet.cas.node.interpreters that throw InvalidCommandException
protected  void RegisteredNodeInterpreter.foreignNodeRegisterMyApplications(java.lang.String foreignNodeName, CommandAccessor cmdAccessor)
           
 void RegisterApplicationTrait.foreignNodeRegisterMyApplications(java.lang.String foreignNodeName, NodeLocation nodeLocation, CommandAccessor cmdAccessor)
           
protected  void RegisteredNodeInterpreter.foreignNodeRegisterMyself(java.lang.String foreignNodeName, CommandAccessor cmdAccessor)
           
protected  void NodeStartedInterpreter.registerWithCentral(CommandAccessor cmdAccessor)