| com.jcorporate.expresso.services.asyncprocess.AsyncProcess
AsyncProcess | public interface AsyncProcess (Code) | | Interface for a process that is to be completed asynchronously while other things
in the Expresso system goes on.
author: Michael Rimov version: $Revision: 1.4 $ on $Date: 2004/11/17 20:48:17 $ |
getStatus | public Object getStatus()(Code) | | Retrieve an object that describes the current status of the process
java.lang.Object |
kill | public void kill()(Code) | | Function that is called when the process should exit AS FAST AS POSSIBLE.
|
process | public Object process() throws Exception(Code) | | Implemented by the class, and called
java.lang.Object the result of the processing |
|
|