org.xfp.engine
Class Task

java.lang.Object
  extended byorg.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

Constructor Summary
Task(java.io.File directory, AttributeContainer parent)
          Sole constructor.
 
Method Summary
 java.lang.String getName()
           
 TaskJobListener getTaskJobListener()
           
 java.util.List getTriggerBundles()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Task

public Task(java.io.File directory,
            AttributeContainer parent)
     throws java.lang.Exception
Sole constructor.

Method Detail

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.