com.inspirel.yami
Class Agent.OutgoingFlowState

java.lang.Object
  extended by com.inspirel.yami.Agent.OutgoingFlowState
Enclosing class:
Agent

public static class Agent.OutgoingFlowState
extends java.lang.Object

Helper class for returning the state of outgoing flow.


Field Summary
 int currentLevel
           
 int highWaterMark
           
 int lowWaterMark
           
 
Constructor Summary
Agent.OutgoingFlowState()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

currentLevel

public int currentLevel

highWaterMark

public int highWaterMark

lowWaterMark

public int lowWaterMark
Constructor Detail

Agent.OutgoingFlowState

public Agent.OutgoingFlowState()