Class JpaJDKTimerService.JDKCallableJobCommand

  • All Implemented Interfaces:
    java.io.Serializable, org.kie.api.command.Command<java.lang.Void>, org.kie.api.command.ExecutableCommand<java.lang.Void>
    Enclosing class:
    JpaJDKTimerService

    public static class JpaJDKTimerService.JDKCallableJobCommand
    extends java.lang.Object
    implements org.kie.api.command.ExecutableCommand<java.lang.Void>
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Void execute​(org.kie.api.runtime.Context context)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.kie.api.command.ExecutableCommand

        autoFireAllRules
    • Method Detail

      • execute

        public java.lang.Void execute​(org.kie.api.runtime.Context context)
        Specified by:
        execute in interface org.kie.api.command.ExecutableCommand<java.lang.Void>