org.apache.excalibur.event.command
Class CommandManager.DelayedCommandInfo

java.lang.Object
  extended by org.apache.excalibur.event.command.CommandManager.DelayedCommandInfo
Enclosing class:
CommandManager

private static final class CommandManager.DelayedCommandInfo
extends java.lang.Object


Field Summary
protected  org.apache.excalibur.event.command.DelayedCommand m_command
           
protected  long m_nextRunTime
           
protected  int m_numExecutions
           
protected  boolean m_repeatable
           
 
Constructor Summary
private CommandManager.DelayedCommandInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_command

protected org.apache.excalibur.event.command.DelayedCommand m_command

m_nextRunTime

protected long m_nextRunTime

m_numExecutions

protected int m_numExecutions

m_repeatable

protected boolean m_repeatable
Constructor Detail

CommandManager.DelayedCommandInfo

private CommandManager.DelayedCommandInfo()