org.drools.persistence.jpa
Class JpaJDKTimerService.JDKCallableJobCommand

java.lang.Object
  extended by org.drools.persistence.jpa.JpaJDKTimerService.JDKCallableJobCommand
All Implemented Interfaces:
Serializable, org.drools.command.Command<Void>, GenericCommand<Void>
Enclosing class:
JpaJDKTimerService

public static class JpaJDKTimerService.JDKCallableJobCommand
extends Object
implements GenericCommand<Void>

See Also:
Serialized Form

Constructor Summary
JpaJDKTimerService.JDKCallableJobCommand(JpaJDKTimerService.JpaJDKCallableJob job)
           
 
Method Summary
 Void execute(Context context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JpaJDKTimerService.JDKCallableJobCommand

public JpaJDKTimerService.JDKCallableJobCommand(JpaJDKTimerService.JpaJDKCallableJob job)
Method Detail

execute

public Void execute(Context context)
Specified by:
execute in interface GenericCommand<Void>


Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.