org.xfp.engine
Interface TaskJobListener

All Superinterfaces:
org.quartz.JobListener
All Known Implementing Classes:
PipelineJobListener

public interface TaskJobListener
extends org.quartz.JobListener

Interface for the Task 'logic' aspect.

Version:
$Id: TaskJobListener.java,v 1.1 2004/03/19 15:56:43 flaviotordini Exp $
Author:
Flavio Tordini

Method Summary
 boolean isRunning()
           
 
Methods inherited from interface org.quartz.JobListener
getName, jobToBeExecuted, jobWasExecuted
 

Method Detail

isRunning

public boolean isRunning()
Returns:
true if this TaskJobListener is currently running.


Copyright © 2003-2004 XFP Team. All Rights Reserved.