All Packages  This Package  Class Hierarchy  Class Search  Index

Class edu.utah.janos.nodeos.FlowInitializer
java.lang.Object
   |
   +----edu.utah.janos.nodeos.FlowInitializer

  Summary

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




  Fields

· flow

Summary  |  Top

   private final Flow flow


· threadPool

Summary  |  Top
   private final ThreadPool threadPool


· flowStartSpec

Summary  |  Top
   private final FlowStartSpec flowStartSpec


  Constructors

· FlowInitializer

Summary  |  Top

   FlowInitializer(Flow flow, 
                   ThreadPool tp, 
                   FlowStartSpec fss) 


  Methods

· run

Summary  |  Top
   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