org.almendra.janet.cas.node
Interface IMonitorProducerAnchor

All Known Implementing Classes:
MonitorProducerAnchor

public interface IMonitorProducerAnchor


Method Summary
 ICommand getEvictedExecutingCommandNotification(java.lang.String nodeName, CommandEnvelope env)
           
 ICommand getEvictedWaitingCommandNotification(java.lang.String nodeName, CommandEnvelope env)
           
 ICommand getFinishedCommandNotification(java.lang.String nodeName, CommandEnvelope env)
           
 ICommand getReceivedCommandAndWaitingNotification(java.lang.String string, CommandEnvelope env)
           
 ICommand getReceivedCommandNotification(java.lang.String nodeName, CommandEnvelope env)
           
 ICommand getRemovedWaitingCommandNotification(java.lang.String nodeName, CommandEnvelope env)
           
 ICommand getStartedCommandNotification(java.lang.String nodeName, CommandEnvelope env)
           
 

Method Detail

getStartedCommandNotification

ICommand getStartedCommandNotification(java.lang.String nodeName,
                                       CommandEnvelope env)

getFinishedCommandNotification

ICommand getFinishedCommandNotification(java.lang.String nodeName,
                                        CommandEnvelope env)
Parameters:
env -
Returns:

getReceivedCommandNotification

ICommand getReceivedCommandNotification(java.lang.String nodeName,
                                        CommandEnvelope env)
Parameters:
env -
Returns:

getRemovedWaitingCommandNotification

ICommand getRemovedWaitingCommandNotification(java.lang.String nodeName,
                                              CommandEnvelope env)

getEvictedWaitingCommandNotification

ICommand getEvictedWaitingCommandNotification(java.lang.String nodeName,
                                              CommandEnvelope env)

getEvictedExecutingCommandNotification

ICommand getEvictedExecutingCommandNotification(java.lang.String nodeName,
                                                CommandEnvelope env)

getReceivedCommandAndWaitingNotification

ICommand getReceivedCommandAndWaitingNotification(java.lang.String string,
                                                  CommandEnvelope env)