org.codehaus.gpars

groovyx.gpars.dataflow.operator
[Groovy] Class PoisonPill

java.lang.Object
  groovyx.gpars.dataflow.operator.PoisonPill

@Singleton
class PoisonPill
extends java.lang.Object

Represents the poisson for dataflow operators. After receiving the poisson a dataflow operator will send the poisson to all its output channels and terminate.

Authors:
Vaclav Pech Date: Oct 6, 2010


Constructor Summary
PoisonPill()

 
Method Summary
 
Methods inherited from class java.lang.Object
java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Constructor Detail

PoisonPill

PoisonPill()


 

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