com.japisoft.framework.job
Interface HeavyJob

All Superinterfaces:
Job, KnownJob, java.lang.Runnable
All Known Implementing Classes:
HeavyJobProxy

public interface HeavyJob
extends KnownJob

Version:
1.0
Author:
(c) 2004 JAPISoft / http://www.japisoft.com

Methods inherited from interface com.japisoft.framework.job.KnownJob
getErrorMessage, getName
 
Methods inherited from interface com.japisoft.framework.job.Job
dispose, getSource, isAlone, stopIt
 
Methods inherited from interface java.lang.Runnable
run