net.sf.xworkquartz.dispatcher.impl
Class DataMapQuartzDispatcher

java.lang.Object
  extended bynet.sf.xworkquartz.dispatcher.QuartzDispatcher
      extended bynet.sf.xworkquartz.dispatcher.impl.DataMapQuartzDispatcher
All Implemented Interfaces:
Job, QuartzStatics

public class DataMapQuartzDispatcher
extends QuartzDispatcher

Version:
$Id: DataMapQuartzDispatcher.java,v 1.1 2004/06/21 22:24:28 stephanmueller Exp $
Author:
Stephan Mueller

Field Summary
static java.lang.String ACTION_NAME
           
static java.lang.String ACTION_NAMESPACE
           
 
Fields inherited from class net.sf.xworkquartz.dispatcher.QuartzDispatcher
COMPONENT_MANAGER, log
 
Fields inherited from interface net.sf.xworkquartz.QuartzStatics
JOB_CONTEXT
 
Constructor Summary
DataMapQuartzDispatcher()
           
 
Method Summary
 java.lang.String getActionName(JobExecutionContext ctx)
          Implement this method in order to provide your own action name lookup strategy.
 java.lang.String getActionNamespace(JobExecutionContext ctx)
          Implement this method in order to provide your own action namespace lookup strategy.
 
Methods inherited from class net.sf.xworkquartz.dispatcher.QuartzDispatcher
createContextMap, execute, executeAction, getExecutionMap, getParameters, getSchedulerMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ACTION_NAME

public static final java.lang.String ACTION_NAME
See Also:
Constant Field Values

ACTION_NAMESPACE

public static final java.lang.String ACTION_NAMESPACE
See Also:
Constant Field Values
Constructor Detail

DataMapQuartzDispatcher

public DataMapQuartzDispatcher()
Method Detail

getActionName

public java.lang.String getActionName(JobExecutionContext ctx)
Description copied from class: QuartzDispatcher
Implement this method in order to provide your own action name lookup strategy.

Specified by:
getActionName in class QuartzDispatcher
Parameters:
ctx - a JobExecutionContext
Returns:
an action namespace

getActionNamespace

public java.lang.String getActionNamespace(JobExecutionContext ctx)
Description copied from class: QuartzDispatcher
Implement this method in order to provide your own action namespace lookup strategy.

Specified by:
getActionNamespace in class QuartzDispatcher
Parameters:
ctx - a JobExecutionContext
Returns:
an action namespace

XWork-Quartz Project Page