All Packages  This Package  Class Hierarchy  Class Search  Index

Class edu.utah.janos.ants.ants.AppBooster
java.lang.Object
   |
   +----edu.utah.janos.core.FlowRun
           |
           +----edu.utah.janos.ants.ants.Booster
                   |
                   +----edu.utah.janos.ants.ants.AppBooster

  Summary

public class  AppBooster
     extends edu.utah.janos.ants.ants.Booster
{
          // Constructors 1
     public AppBooster(ClassInstantiationKey) throws SecurityException;

          // Methods 1
     protected void run(Flow, ThreadPool, String[], CommSpaceHandle) throws Exception;
}

Cannot be made public. XXX: well, at least it can't be instantiated by the unwashed masses. CommSpaceHandle should point to a valid CSH for the Booster class, plus: [2] this will write the App port to this offset.




  Constructors

· AppBooster

Summary  |  Top

   public AppBooster(ClassInstantiationKey key)  throws SecurityException

Must have the appropriate key to create an AppBooster. Only the core can actually create Keys, so only trusted code can create AppBoosters...

Throws: SecurityException
if the key is inappropriate
Throws: NullPointerException
if the key is null


  Methods

· run

Summary  |  Top
   protected void run(Flow flow, 
                      ThreadPool threadPool, 
                      String[] args, 
                      CommSpaceHandle commSpaceHandle)  throws Exception
Overrides:
run in class FlowRun


All Packages  This Package  Class Hierarchy  Class Search  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7