com.japisoft.framework.job
Interface KnownJob

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

public interface KnownJob
extends Job

Version:
1.0
Author:
(c) 2003 JAPISoft / Alexandre Brillant

Method Summary
 java.lang.String getErrorMessage()
           
 java.lang.String getName()
           
 
Methods inherited from interface com.japisoft.framework.job.Job
dispose, getSource, isAlone, stopIt
 
Methods inherited from interface java.lang.Runnable
run
 

Method Detail

getName

public java.lang.String getName()

getErrorMessage

public java.lang.String getErrorMessage()