Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
E
G
I
J
L
N
Q
S
T
A
ACTION_NAME
- Static variable in class net.sf.xworkquartz.dispatcher.impl.
DataMapQuartzDispatcher
ACTION_NAMESPACE
- Static variable in class net.sf.xworkquartz.dispatcher.impl.
DataMapQuartzDispatcher
ASMJobClassGenerator
- class net.sf.xworkquartz.asm.
ASMJobClassGenerator
.
This class can be used to dynamically create classes which: implement
Job
, optionally implement
StatefulJob
, are instances of
QuartzDispatcher
.
ASMJobClassGenerator()
- Constructor for class net.sf.xworkquartz.asm.
ASMJobClassGenerator
C
COMPONENT_MANAGER
- Static variable in class net.sf.xworkquartz.dispatcher.
QuartzDispatcher
Constant for the XWork component manager.
createComponentManager()
- Method in class net.sf.xworkquartz.lifecycle.
ExecutionLifecycleListener
createComponentManager()
- Method in class net.sf.xworkquartz.lifecycle.
SchedulerLifecyclePlugin
createContextMap(Map, Map, Map, JobExecutionContext)
- Method in class net.sf.xworkquartz.dispatcher.
QuartzDispatcher
Merges all scheduler and job attributes into a single
Map
to represent the entire
Action
context.
createJobClass(String, String)
- Static method in class net.sf.xworkquartz.asm.
ASMJobClassGenerator
Creates a job class which executes a given XWork action.
createJobClass(String, String, boolean)
- Static method in class net.sf.xworkquartz.asm.
ASMJobClassGenerator
Creates a job class which executes a given XWork action.
D
DataMapQuartzDispatcher
- class net.sf.xworkquartz.dispatcher.impl.
DataMapQuartzDispatcher
.
DataMapQuartzDispatcher()
- Constructor for class net.sf.xworkquartz.dispatcher.impl.
DataMapQuartzDispatcher
E
ExecutionLifecycleListener
- class net.sf.xworkquartz.lifecycle.
ExecutionLifecycleListener
.
A quartz job listener to handle the lifecycle of an execution-based XWork component manager.
ExecutionLifecycleListener()
- Constructor for class net.sf.xworkquartz.lifecycle.
ExecutionLifecycleListener
execute(ActionInvocation)
- Method in class net.sf.xworkquartz.dispatcher.
NoopResult
execute(JobExecutionContext)
- Method in class net.sf.xworkquartz.dispatcher.
QuartzDispatcher
execute(ActionInvocation)
- Method in class net.sf.xworkquartz.dispatcher.
TriggerResult
executeAction(String, String, JobExecutionContext)
- Method in class net.sf.xworkquartz.dispatcher.
QuartzDispatcher
Executes the XWork action specified by namespace and name.
G
getActionName(JobExecutionContext)
- Method in class net.sf.xworkquartz.dispatcher.
QuartzDispatcher
Implement this method in order to provide your own action name lookup strategy.
getActionName(JobExecutionContext)
- Method in class net.sf.xworkquartz.dispatcher.impl.
DataMapQuartzDispatcher
getActionName(JobExecutionContext)
- Method in class net.sf.xworkquartz.dispatcher.impl.
NameQuartzDispatcher
getActionNamespace(JobExecutionContext)
- Method in class net.sf.xworkquartz.dispatcher.
QuartzDispatcher
Implement this method in order to provide your own action namespace lookup strategy.
getActionNamespace(JobExecutionContext)
- Method in class net.sf.xworkquartz.dispatcher.impl.
DataMapQuartzDispatcher
getActionNamespace(JobExecutionContext)
- Method in class net.sf.xworkquartz.dispatcher.impl.
NameQuartzDispatcher
getClassName(String, String, boolean)
- Method in class net.sf.xworkquartz.asm.
ASMJobClassGenerator
getExecutionMap(JobExecutionContext)
- Method in class net.sf.xworkquartz.dispatcher.
QuartzDispatcher
Returns a Map of all execution attributes.
getInstance()
- Static method in class net.sf.xworkquartz.asm.
ASMJobClassGenerator
getName()
- Method in class net.sf.xworkquartz.lifecycle.
ExecutionLifecycleListener
getParameters(JobExecutionContext)
- Method in class net.sf.xworkquartz.dispatcher.
QuartzDispatcher
Returns a Map of all execution parameters.
getSchedulerMap(JobExecutionContext)
- Method in class net.sf.xworkquartz.dispatcher.
QuartzDispatcher
Returns a Map of all scheduler attributes.
I
initialize(String, Scheduler)
- Method in class net.sf.xworkquartz.lifecycle.
SchedulerLifecyclePlugin
J
JOB_CONTEXT
- Static variable in interface net.sf.xworkquartz.
QuartzStatics
Constant for the
job execution context
.
jobExecutionVetoed(JobExecutionContext)
- Method in class net.sf.xworkquartz.lifecycle.
ExecutionLifecycleListener
jobToBeExecuted(JobExecutionContext)
- Method in class net.sf.xworkquartz.lifecycle.
ExecutionLifecycleListener
jobWasExecuted(JobExecutionContext, JobExecutionException)
- Method in class net.sf.xworkquartz.lifecycle.
ExecutionLifecycleListener
L
loadConfiguration()
- Method in class net.sf.xworkquartz.lifecycle.
SchedulerLifecyclePlugin
log
- Static variable in class net.sf.xworkquartz.dispatcher.
QuartzDispatcher
Logger for this class.
N
NameQuartzDispatcher
- class net.sf.xworkquartz.dispatcher.impl.
NameQuartzDispatcher
.
NameQuartzDispatcher()
- Constructor for class net.sf.xworkquartz.dispatcher.impl.
NameQuartzDispatcher
NoopResult
- class net.sf.xworkquartz.dispatcher.
NoopResult
.
A result which does nothing.
NoopResult()
- Constructor for class net.sf.xworkquartz.dispatcher.
NoopResult
net.sf.xworkquartz
- package net.sf.xworkquartz
net.sf.xworkquartz.asm
- package net.sf.xworkquartz.asm
net.sf.xworkquartz.dispatcher
- package net.sf.xworkquartz.dispatcher
net.sf.xworkquartz.dispatcher.impl
- package net.sf.xworkquartz.dispatcher.impl
net.sf.xworkquartz.lifecycle
- package net.sf.xworkquartz.lifecycle
Q
QuartzDispatcher
- class net.sf.xworkquartz.dispatcher.
QuartzDispatcher
.
This class holds the main dispatcher routines used to run XWork actions within Quartz.
QuartzDispatcher()
- Constructor for class net.sf.xworkquartz.dispatcher.
QuartzDispatcher
QuartzStatics
- interface net.sf.xworkquartz.
QuartzStatics
.
Constants used to get or set objects out of the action context.
S
SchedulerLifecyclePlugin
- class net.sf.xworkquartz.lifecycle.
SchedulerLifecyclePlugin
.
A quartz scheduler plugin to handle the lifecycle of a scheduler-based XWork component manager.
SchedulerLifecyclePlugin()
- Constructor for class net.sf.xworkquartz.lifecycle.
SchedulerLifecyclePlugin
setGroup(String)
- Method in class net.sf.xworkquartz.dispatcher.
TriggerResult
setName(String)
- Method in class net.sf.xworkquartz.dispatcher.
TriggerResult
shutdown()
- Method in class net.sf.xworkquartz.lifecycle.
SchedulerLifecyclePlugin
start()
- Method in class net.sf.xworkquartz.lifecycle.
SchedulerLifecyclePlugin
T
TriggerResult
- class net.sf.xworkquartz.dispatcher.
TriggerResult
.
Triggers a Quartz job.
TriggerResult()
- Constructor for class net.sf.xworkquartz.dispatcher.
TriggerResult
A
C
D
E
G
I
J
L
N
Q
S
T
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
XWork-Quartz Project Page
PREV NEXT
FRAMES
NO FRAMES
All Classes