Uses of Class
groovyx.gpars.dataflow.impl.DataflowChannelEventOrchestrator

Packages that use DataflowChannelEventOrchestrator
groovyx.gpars.dataflow This package holds classes for basic dataflow concurrency constructs, like dataflow variables, streams and threads. 
groovyx.gpars.dataflow.expression   
groovyx.gpars.dataflow.stream   
 

Uses of DataflowChannelEventOrchestrator in groovyx.gpars.dataflow
 

Fields in groovyx.gpars.dataflow declared as DataflowChannelEventOrchestrator
private  DataflowChannelEventOrchestrator<T> DataflowQueue.eventManager
           
 

Uses of DataflowChannelEventOrchestrator in groovyx.gpars.dataflow.expression
 

Fields in groovyx.gpars.dataflow.expression declared as DataflowChannelEventOrchestrator
private  DataflowChannelEventOrchestrator<T> DataflowExpression.eventManager
           
 

Uses of DataflowChannelEventOrchestrator in groovyx.gpars.dataflow.stream
 

Fields in groovyx.gpars.dataflow.stream declared as DataflowChannelEventOrchestrator
private  DataflowChannelEventOrchestrator<T> DataflowStreamReadAdapter.eventManager
           
 


Copyright © 2008–2012 Václav Pech. All Rights Reserved.