org.simBio.tools.remote.process
Class AbstractAfterProcess

java.lang.Object
  extended by org.simBio.tools.remote.process.AbstractAfterProcess
Direct Known Subclasses:
DefaultAfterProcess, WorkerStatus

public abstract class AbstractAfterProcess
extends java.lang.Object


Field Summary
protected  java.io.PrintWriter out_
           
 
Constructor Summary
protected AbstractAfterProcess()
           
  AbstractAfterProcess(java.io.PrintWriter out)
           
 
Method Summary
abstract  void end()
           
abstract  boolean isEnd(java.lang.String msg)
           
 void setWriter(java.io.PrintWriter out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

out_

protected java.io.PrintWriter out_
Constructor Detail

AbstractAfterProcess

protected AbstractAfterProcess()

AbstractAfterProcess

public AbstractAfterProcess(java.io.PrintWriter out)
Method Detail

setWriter

public void setWriter(java.io.PrintWriter out)

isEnd

public abstract boolean isEnd(java.lang.String msg)

end

public abstract void end()


Copyright © 2002-2008 Cell/Biodinamics simulation project. All Rights Reserved.