|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Trigger.CompletedExecutionInstruction | |
---|---|
org.quartz | The main package of Quartz, containing the client-side interfaces. |
org.quartz.core | Contains the core classes and interfaces for the Quartz job scheduler. |
org.quartz.impl.jdbcjobstore | |
org.quartz.impl.triggers | This package contains Trigger implementations that ship with Quartz. |
org.quartz.listeners | |
org.quartz.plugins.history | |
org.quartz.simpl | Contains simple / light-weight implementations (with no dependencies on external libraries) of interfaces required by the org.quartz.core.QuartzScheduler. |
org.quartz.spi | Contains Service Provider Interfaces that can be implemented by those wishing to create and use custom versions of Quartz back-end/behind-the-scenes services. |
org.terracotta.quartz |
Uses of Trigger.CompletedExecutionInstruction in org.quartz |
---|
Methods in org.quartz that return Trigger.CompletedExecutionInstruction | |
---|---|
static Trigger.CompletedExecutionInstruction |
Trigger.CompletedExecutionInstruction.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Trigger.CompletedExecutionInstruction[] |
Trigger.CompletedExecutionInstruction.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.quartz with parameters of type Trigger.CompletedExecutionInstruction | |
---|---|
void |
TriggerListener.triggerComplete(Trigger trigger,
JobExecutionContext context,
Trigger.CompletedExecutionInstruction triggerInstructionCode)
Called by the when a
has fired, it's associated
has been executed, and it's triggered(xx) method has been
called. |
Uses of Trigger.CompletedExecutionInstruction in org.quartz.core |
---|
Methods in org.quartz.core with parameters of type Trigger.CompletedExecutionInstruction | |
---|---|
protected void |
QuartzScheduler.notifyJobStoreJobComplete(OperableTrigger trigger,
JobDetail detail,
Trigger.CompletedExecutionInstruction instCode)
|
protected void |
QuartzScheduler.notifyJobStoreJobVetoed(OperableTrigger trigger,
JobDetail detail,
Trigger.CompletedExecutionInstruction instCode)
|
void |
QuartzScheduler.notifyTriggerListenersComplete(JobExecutionContext jec,
Trigger.CompletedExecutionInstruction instCode)
|
Uses of Trigger.CompletedExecutionInstruction in org.quartz.impl.jdbcjobstore |
---|
Methods in org.quartz.impl.jdbcjobstore with parameters of type Trigger.CompletedExecutionInstruction | |
---|---|
protected void |
JobStoreSupport.triggeredJobComplete(Connection conn,
OperableTrigger trigger,
JobDetail jobDetail,
Trigger.CompletedExecutionInstruction triggerInstCode)
|
void |
JobStoreSupport.triggeredJobComplete(OperableTrigger trigger,
JobDetail jobDetail,
Trigger.CompletedExecutionInstruction triggerInstCode)
Inform the JobStore that the scheduler has completed the
firing of the given Trigger (and the execution its
associated Job ), and that the
in the given JobDetail should be updated if the Job
is stateful. |
Uses of Trigger.CompletedExecutionInstruction in org.quartz.impl.triggers |
---|
Methods in org.quartz.impl.triggers that return Trigger.CompletedExecutionInstruction | |
---|---|
Trigger.CompletedExecutionInstruction |
AbstractTrigger.executionComplete(JobExecutionContext context,
JobExecutionException result)
This method should not be used by the Quartz client. |
Uses of Trigger.CompletedExecutionInstruction in org.quartz.listeners |
---|
Methods in org.quartz.listeners with parameters of type Trigger.CompletedExecutionInstruction | |
---|---|
void |
TriggerListenerSupport.triggerComplete(Trigger trigger,
JobExecutionContext context,
Trigger.CompletedExecutionInstruction triggerInstructionCode)
|
void |
BroadcastTriggerListener.triggerComplete(Trigger trigger,
JobExecutionContext context,
Trigger.CompletedExecutionInstruction triggerInstructionCode)
|
Uses of Trigger.CompletedExecutionInstruction in org.quartz.plugins.history |
---|
Methods in org.quartz.plugins.history with parameters of type Trigger.CompletedExecutionInstruction | |
---|---|
void |
LoggingTriggerHistoryPlugin.triggerComplete(Trigger trigger,
JobExecutionContext context,
Trigger.CompletedExecutionInstruction triggerInstructionCode)
|
Uses of Trigger.CompletedExecutionInstruction in org.quartz.simpl |
---|
Methods in org.quartz.simpl with parameters of type Trigger.CompletedExecutionInstruction | |
---|---|
void |
RAMJobStore.triggeredJobComplete(OperableTrigger trigger,
JobDetail jobDetail,
Trigger.CompletedExecutionInstruction triggerInstCode)
Inform the JobStore that the scheduler has completed the
firing of the given Trigger (and the execution its
associated Job ), and that the
in the given JobDetail should be updated if the Job
is stateful. |
Uses of Trigger.CompletedExecutionInstruction in org.quartz.spi |
---|
Methods in org.quartz.spi that return Trigger.CompletedExecutionInstruction | |
---|---|
Trigger.CompletedExecutionInstruction |
OperableTrigger.executionComplete(JobExecutionContext context,
JobExecutionException result)
This method should not be used by the Quartz client. |
Methods in org.quartz.spi with parameters of type Trigger.CompletedExecutionInstruction | |
---|---|
void |
JobStore.triggeredJobComplete(OperableTrigger trigger,
JobDetail jobDetail,
Trigger.CompletedExecutionInstruction triggerInstCode)
Inform the JobStore that the scheduler has completed the
firing of the given Trigger (and the execution of its
associated Job completed, threw an exception, or was vetoed),
and that the
in the given JobDetail should be updated if the Job
is stateful. |
Uses of Trigger.CompletedExecutionInstruction in org.terracotta.quartz |
---|
Methods in org.terracotta.quartz with parameters of type Trigger.CompletedExecutionInstruction | |
---|---|
void |
PlainTerracottaJobStore.triggeredJobComplete(OperableTrigger trigger,
JobDetail jobDetail,
Trigger.CompletedExecutionInstruction triggerInstCode)
|
void |
AbstractTerracottaJobStore.triggeredJobComplete(OperableTrigger trigger,
JobDetail jobDetail,
Trigger.CompletedExecutionInstruction instruction)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |