All Packages This Package Class Hierarchy Class Search Index
Class edu.utah.janos.nodeos.FlowInitializer
java.lang.Object
|
+----edu.utah.janos.nodeos.FlowInitializer
class FlowInitializer
extends java.lang.Object
implements java.lang.Runnable
{
// Fields 3
private final Flow flow;
private final FlowStartSpec flowStartSpec;
private final ThreadPool threadPool;
// Constructors 1
FlowInitializer(Flow, ThreadPool, FlowStartSpec);
// Methods 1
public void run();
}
A stupid class that only exists because
java.lang.Runnable specifies that a run
method which is public. Gak.
- Author:
-
Janos Ministry of Development
private final Flow flow
private final ThreadPool threadPool
private final FlowStartSpec flowStartSpec
FlowInitializer(Flow flow,
ThreadPool tp,
FlowStartSpec fss)
public void run()
- Implements:
- run in interface Runnable
All Packages This Package Class Hierarchy Class Search Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7