Uses of Class
org.almendra.janet.cas.scheduling.CommandAckEnvelope

Packages that use CommandAckEnvelope
org.almendra.janet.cas.agents   
 

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

Methods in org.almendra.janet.cas.agents that return CommandAckEnvelope
protected  CommandAckEnvelope AgentProxy.getCommandAckEnvelope(AgentPath sourceDestinationAgentPath, java.lang.String originNodeName, ICommand command, java.lang.String futureId)
           
 

Methods in org.almendra.janet.cas.agents with parameters of type CommandAckEnvelope
protected  void AgentProxy.setReplyAgentPath(Acknowledge ack, CommandAckEnvelope env)