net.sf.xworkquartz.dispatcher
Class TriggerResult

java.lang.Object
  extended bynet.sf.xworkquartz.dispatcher.TriggerResult
All Implemented Interfaces:
QuartzStatics, com.opensymphony.xwork.Result, java.io.Serializable

public class TriggerResult
extends java.lang.Object
implements com.opensymphony.xwork.Result, QuartzStatics

Triggers a Quartz job.

Version:
$Id: TriggerResult.java,v 1.1 2004/06/21 22:25:28 stephanmueller Exp $
Author:
Stephan Mueller
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface net.sf.xworkquartz.QuartzStatics
JOB_CONTEXT
 
Constructor Summary
TriggerResult()
           
 
Method Summary
 void execute(com.opensymphony.xwork.ActionInvocation inv)
           
 void setGroup(java.lang.String s)
           
 void setName(java.lang.String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TriggerResult

public TriggerResult()
Method Detail

execute

public void execute(com.opensymphony.xwork.ActionInvocation inv)
             throws java.lang.Exception
Specified by:
execute in interface com.opensymphony.xwork.Result
Throws:
java.lang.Exception

setGroup

public void setGroup(java.lang.String s)

setName

public void setName(java.lang.String s)

XWork-Quartz Project Page