org.jactr.tools.async.iterative.message
Class StatusMessage

java.lang.Object
  extended by org.jactr.tools.async.message.BaseMessage
      extended by org.jactr.tools.async.iterative.message.StatusMessage
All Implemented Interfaces:
java.io.Serializable, IMessage

public class StatusMessage
extends BaseMessage
implements java.io.Serializable

Author:
developer
See Also:
Serialized Form

Constructor Summary
StatusMessage(boolean isStart, int currentIndex, int totalRuns)
           
 
Method Summary
 int getIteration()
           
 int getTotalIterations()
           
 long getWhen()
           
 boolean isStart()
           
 boolean isStop()
           
 
Methods inherited from class org.jactr.tools.async.message.BaseMessage
getID
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatusMessage

public StatusMessage(boolean isStart,
                     int currentIndex,
                     int totalRuns)
Method Detail

getWhen

public long getWhen()

isStart

public boolean isStart()

isStop

public boolean isStop()

getIteration

public int getIteration()

getTotalIterations

public int getTotalIterations()