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

Packages that use CommandHistoryItem
org.almendra.janet.cas.scheduling   
 

Uses of CommandHistoryItem in org.almendra.janet.cas.scheduling
 

Methods in org.almendra.janet.cas.scheduling that return CommandHistoryItem
 CommandHistoryItem CommandHistory.getLast()
           
protected  CommandHistoryItem CommandEnvelope.getLastHistoryItem()
           
 CommandHistoryItem CommandEnvelope.getNewHistoryItem(java.lang.String nodeName)
           
 CommandHistoryItem CommandEnvelope.getResponseHistoryItem(java.lang.String nodeName)
           
static CommandHistoryItem CommandHistoryItem.requestItem()
           
static CommandHistoryItem CommandHistoryItem.responseItem()
           
 

Methods in org.almendra.janet.cas.scheduling with parameters of type CommandHistoryItem
protected  void CommandEnvelope.addHistoryItem(CommandHistoryItem item, java.lang.String nodeName)
           
 void CommandHistory.addItem(CommandHistoryItem item)
           
 void CommandResponseEnvelope.setReplyItem(CommandHistoryItem item)