All Packages This Package Class Hierarchy Class Search Index
Class edu.utah.janos.nodeos.FlowRun
java.lang.Object
|
+----edu.utah.janos.nodeos.FlowRun
public abstract class FlowRun
extends java.lang.Object
{
// Constructors 1
public FlowRun();
// Methods 3
protected abstract BufferHandle newBufferHandle();
protected abstract void recycleBufferHandle(BufferHandle);
protected abstract void run(Flow, ThreadPool, String[], CommSpaceHandle) throws Exception;
}
A protocol should override FlowRun so that a flow can
be created for it. When the flow is created, the overridden run()
method is called.
- Author:
-
Janos Ministry of Development
- Extended By:
- Booster, ConfigurationManager, NodeConfigure, FlowBase
public FlowRun()
Default constructor
protected abstract void run(Flow flow,
ThreadPool threadPool,
String[] args,
CommSpaceHandle csh) throws Exception
protected abstract BufferHandle newBufferHandle()
protected abstract void recycleBufferHandle(BufferHandle b)
All Packages This Package Class Hierarchy Class Search Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7