|
org.codehaus.gpars | |||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||
| Interface Summary | |
|---|---|
| DataFlowChannel | A common interface for all dataflow variables, streams or queues |
| DataFlowReadChannel | A common interface for all dataflow variables, streams or queues |
| DataFlowWriteChannel | A common interface for all writable dataflow variables, streams or queues |
| Class Summary | |
|---|---|
| DataCallback | A helper class enabling the 'whenBound()' or 'getValAsync' functionality of a DataFlowVariable and DataFlowQueue, as well as 'sendAndContinue()' on actors. |
| DataFlow | Contains factory methods to create dataflow actors and starting them. |
| DataFlowBroadcast | Offers a deterministic one-to-many and many-to-many messaging alternative to DataFlowQueue. |
| DataFlowComplexExpression | @author Alex Tkachman |
| DataFlowExpression | The base class for all dataflow elements. |
| DataFlowExpression.BindDataFlow | Represents a remote message binding a value to a remoted DataFlowExpression |
| DataFlowExpression.DataFlowExpressionsCollector | Listener for availability of data flow expressions we depend from |
| DataFlowExpression.TransformMany | |
| DataFlowExpression.TransformOne | |
| DataFlowExpression.WaitingThread | A logical representation of a synchronous or asynchronous request to read the value once it is bound. |
| DataFlowGetPropertyExpression | DFE which evaluate property when receiver became available |
| DataFlowInvocationExpression | Data flow expression which invokes method of object after receiver and all arguments became available |
| DataFlowQueue | Represents a thread-safe data flow stream. |
| DataFlowVariable | Represents a thread-safe single-assignment, multi-read variable. |
| DataFlowVariable.RemoteDataFlowVariable | |
| DataFlows | Convenience class that makes working with DataFlowVariables more comfortable. |
| RemoteDataFlowExpression | @author Alex Tkachman |
| Select | A Select allows the user to select a value from multiple channels, which have a value available for read at the moment. |
| SelectResult | A bean representing the result of the select operation on a Select. |
| SingleRunActor | An actor representing a dataflow thread. |
Copyright © 2008–2010 Václav Pech. All Rights Reserved.