|
org.codehaus.gpars | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgroovyx.gpars.dataflow.operator.PoisonPill
public class PoisonPill
Represents the poisson for dataflow operators. After receiving the poisson a dataflow operator will send the poisson to all its output channels and terminate.
Field Summary | |
---|---|
private static PoisonPill |
ourInstance
|
Constructor Summary | |
PoisonPill()
|
Method Summary | |
---|---|
void
|
countDown()
|
static PoisonPill
|
getInstance()
|
Methods inherited from class java.lang.Object | |
---|---|
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), 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() |
Field Detail |
---|
private static final PoisonPill ourInstance
Constructor Detail |
---|
PoisonPill()
Method Detail |
---|
void countDown()
public static PoisonPill getInstance()
Copyright © 2008–2012 Václav Pech. All Rights Reserved.