org.jbpm.pvm.internal.jobexecutor
Class GetNextDueDateCmd

java.lang.Object
  extended by org.jbpm.pvm.internal.jobexecutor.GetNextDueDateCmd
All Implemented Interfaces:
java.io.Serializable, Command<java.util.Date>

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

Author:
Tom Baeyens
See Also:
Serialized Form

Constructor Summary
GetNextDueDateCmd()
           
 
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

GetNextDueDateCmd

public GetNextDueDateCmd()
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


Copyright © 2010 JBoss Community. All Rights Reserved.