org.almendra.janet.cas.node
Interface IMonitorProducerAnchor
- All Known Implementing Classes:
- MonitorProducerAnchor
public interface IMonitorProducerAnchor
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)