org.jbpm.enterprise.impl
Class ExecuteTimerCommand

java.lang.Object
  extended by org.jbpm.enterprise.impl.ExecuteTimerCommand
All Implemented Interfaces:
java.io.Serializable, Command<java.util.Date>

public class ExecuteTimerCommand
extends java.lang.Object
implements Command<java.util.Date>

Author:
Tom Baeyens, Alejandro Guizar
See Also:
Serialized Form

Constructor Summary
ExecuteTimerCommand(long timerId)
           
 
Method Summary
 java.util.Date execute(Environment environment)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecuteTimerCommand

public ExecuteTimerCommand(long timerId)
Method Detail

execute

public java.util.Date execute(Environment environment)
                       throws java.lang.Exception
Specified by:
execute in interface Command<java.util.Date>
Throws:
java.lang.Exception