antsim
Interface ResponseMonitor

All Superinterfaces:
Clearable, ResponseListener
All Known Implementing Classes:
GenericResponseMonitor, GnutantResponseMonitor, GnutantResponseMonitor

public interface ResponseMonitor
extends Clearable, ResponseListener

Interface ResponseMonitor

Version:
$Revision: 1.5 $
Author:
Hein Meling

Field Summary
static String NAME
          Identifier used in the configuration files
 
Method Summary
 void setStatistics(Stats stats)
           
 void startRequest(RequestId rid)
          Must be invoked prior to invoking a request on a nest, to ensure that the given request is stored to enable lookup on responses.
 void tick()
           
 void tick(int v)
           
 
Methods inherited from interface anthill.util.Clearable
clear
 
Methods inherited from interface anthill.nest.ResponseListener
complete, returnResources
 

Field Detail

NAME

public static final String NAME
Identifier used in the configuration files

See Also:
Constant Field Values
Method Detail

setStatistics

public void setStatistics(Stats stats)

tick

public void tick()

tick

public void tick(int v)

startRequest

public void startRequest(RequestId rid)
Must be invoked prior to invoking a request on a nest, to ensure that the given request is stored to enable lookup on responses.