org.codehaus.gpars

groovyx.gpars.dataflow
[Java] Interface DataflowChannel

groovyx.gpars.dataflow.DataflowChannel
  groovyx.gpars.dataflow.DataflowWriteChannel
      groovyx.gpars.dataflow.DataflowReadChannel
All Superinterfaces:
DataflowWriteChannel, DataflowReadChannel

public interface DataflowChannel
extends DataflowReadChannel, DataflowWriteChannel

A common interface for all dataflow variables, streams or queues

Authors:
Vaclav Pech Date: 21st Sep 2010


Method Summary
 
Methods inherited from interface DataflowWriteChannel
bind, leftShift, leftShift
 
Methods inherited from interface DataflowReadChannel
getVal, getVal, getValAsync, getValAsync, isBound, poll, rightShift, whenBound, whenBound, whenBound, whenBound, wheneverBound, wheneverBound
 

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