org.codehaus.gpars

groovyx.gpars.dataflow.operator
[Java] Class StopGently

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

@SuppressWarnings({"ALL"})
class StopGently

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

Authors:
Vaclav Pech


Field Summary
private static StopGently ourInstance

 
Constructor Summary
private StopGently()

 
Method Summary
static StopGently getInstance()

 
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()
 

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.