org.apache.commons.jelly.tags.quartz
Class JobTag
java.lang.Object
|
+--org.apache.commons.jelly.TagSupport
|
+--org.apache.commons.jelly.tags.quartz.QuartzTagSupport
|
+--org.apache.commons.jelly.tags.quartz.JobTag
- All Implemented Interfaces:
- Tag
- public class JobTag
- extends QuartzTagSupport
Defines a schedulable job.
- Author:
- bob mcwhirter
Constructor Summary |
JobTag()
Construct. |
Method Summary |
void |
doTag(XMLOutput output)
Perform this tag. |
java.lang.String |
getGroup()
Retrieve the group of this job. |
java.lang.String |
getName()
Retrieve the name of this job. |
void |
setGroup(java.lang.String group)
Set the group of this job. |
void |
setName(java.lang.String name)
Set the name of this job. |
Methods inherited from class org.apache.commons.jelly.TagSupport |
findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isTrim, setBody, setContext, setParent, setTrim, trimBody |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JobTag
public JobTag()
- Construct.
setName
public void setName(java.lang.String name)
- Set the name of this job.
- Parameters:
name
- The name of this job.
getName
public java.lang.String getName()
- Retrieve the name of this job.
- Returns:
- The name of this job.
setGroup
public void setGroup(java.lang.String group)
- Set the group of this job.
- Parameters:
group
- The group of this job.
getGroup
public java.lang.String getGroup()
- Retrieve the group of this job.
- Returns:
- The group of this job.
doTag
public void doTag(XMLOutput output)
throws java.lang.Exception
- Perform this tag.
- Parameters:
output
- Output sink.- Throws:
java.lang.Exception
- If an error occurs.
Copyright © 2002-2002 Apache Software Foundation. All Rights Reserved.