groovyx.gpars.dataflow.operator
Class StopGently

java.lang.Object
  extended by groovyx.gpars.dataflow.operator.StopGently

 class StopGently
extends java.lang.Object

A message to stop operators' actors once they handle the next round of messages.

Author:
Vaclav Pech

Field Summary
private static StopGently ourInstance
           
 
Constructor Summary
private StopGently()
           
 
Method Summary
static StopGently getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ourInstance

private static StopGently ourInstance
Constructor Detail

StopGently

private StopGently()
Method Detail

getInstance

public static StopGently getInstance()

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