flux
Class ForEachAction.For_Each_Res

java.lang.Object
  extended by flux.ForEachAction.For_Each_Res
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable
Direct Known Subclasses:
ForEachAction.ForEachResult
Enclosing interface:
ForEachAction

Deprecated. Use ForEachResult instead. Deprecated in Flux 7.2. Will be removed in Flux 8.0.

public static class ForEachAction.For_Each_Res
extends java.lang.Object
implements java.lang.Cloneable, java.io.Serializable

The result from a "for each" action, which indicates whether the end of data has been found.

See Also:
Serialized Form

Field Summary
 boolean result
          Deprecated. Indicates whether the end of data has been found.
 
Constructor Summary
ForEachAction.For_Each_Res()
          Deprecated.  
 
Method Summary
 java.lang.Object clone()
          Deprecated. Clones the for each result object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

result

public boolean result
Deprecated. 
Indicates whether the end of data has been found.

Constructor Detail

ForEachAction.For_Each_Res

public ForEachAction.For_Each_Res()
Deprecated. 
Method Detail

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Deprecated. 
Clones the for each result object.

Overrides:
clone in class java.lang.Object
Returns:
A cloned for each result object.
Throws:
java.lang.CloneNotSupportedException - If an error occurs.


© 2014 Flux Corporation. All rights reserved.