org.xfp.engine
Class Task
java.lang.Object
org.xfp.engine.Task
- public class Task
- extends java.lang.Object
A Task
contains information about three different aspects of
a procedure: logic, scheduling and logging.
The task logic is an XFP pipeline. In future versions support will be added
for Ant scripts and native scripts.
- Version:
- $Id: Task.java,v 1.1 2004/03/19 15:56:43 flaviotordini Exp $
- Author:
- Flavio Tordini
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Task
public Task(java.io.File directory,
AttributeContainer parent)
throws java.lang.Exception
- Sole constructor.
getTaskJobListener
public TaskJobListener getTaskJobListener()
- Returns:
- Returns the taskJobListener.
getTriggerBundles
public java.util.List getTriggerBundles()
- Returns:
- Returns a List of TriggerBundles
getName
public java.lang.String getName()
- Returns:
- Returns the name of this task.
Copyright © 2003-2004 XFP Team. All Rights Reserved.