All Packages This Package Class Hierarchy Class Search Index
java.lang.Object | +----edu.utah.janos.nodeos.FlowHandle
Summary |
public final class FlowHandle extends java.lang.Object { // Fields 2 final Flow flow; final Runnable termHandler; // Constructors 1 FlowHandle(Flow, Runnable); // Methods 2 public void destroy(); public String toString(); }
Parent's handle on a child flow. Returned from Flow.newFlow().
Cross Reference |
Fields |
· flow | Summary | Top |
final Flow flow
· termHandler | Summary | Top |
final Runnable termHandler
Constructors |
· FlowHandle | Summary | Top |
FlowHandle(Flow flow, Runnable termHandler)
FlowHandles are created implicitly by a call to Flow.newFlow() and returned.
Methods |
· destroy | Summary | Top |
public void destroy()
Destroy the Flow. The termination handler in the parent flow will be invoked.
XXX the existence of this method means that FlowHandle objects must not be made visible to (other) untrusted Flows.
· toString | Summary | Top |
public String toString()
- Overrides:
- toString in class Object
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7