org.jbpm.scheduler.ejbtimer
Class ExecuteTimerCommand

java.lang.Object
  extended by org.jbpm.scheduler.ejbtimer.ExecuteTimerCommand
All Implemented Interfaces:
java.io.Serializable, org.jbpm.command.Command

public class ExecuteTimerCommand
extends java.lang.Object
implements org.jbpm.command.Command

See Also:
Serialized Form

Constructor Summary
ExecuteTimerCommand(long timerId)
           
 
Method Summary
 java.lang.Object execute(org.jbpm.JbpmContext jbpmContext)
           
 
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.lang.Object execute(org.jbpm.JbpmContext jbpmContext)
                         throws java.lang.Exception
Specified by:
execute in interface org.jbpm.command.Command
Throws:
java.lang.Exception