Groovy Documentation

gpars.dataflow
Class RemoteDataFlowExpression

java.lang.Object
  groovyx.gpars.serial.WithSerialId
      gpars.dataflow.DataFlowExpression
          gpars.dataflow.RemoteDataFlowExpression
All Implemented Interfaces:
RemoteSerialized

class RemoteDataFlowExpression
extends DataFlowExpression

author:
Alex Tkachman


Field Summary
 
Fields inherited from class DataFlowExpression
S_INITIALIZED, S_INITIALIZING, S_NOT_INITIALIZED, state, stateUpdater, value, waitingUpdater
 
Constructor Summary
RemoteDataFlowExpression()

 
Method Summary
protected T evaluate()

protected void subscribe(def listener)

 
Methods inherited from class DataFlowExpression
DataFlowExpression, bind, bindSafely, doBindRemote, evaluate, getMetaClass, getProperty, getVal, getVal, getValAsync, getValAsync, invokeMethod, isBound, rightShift, setMetaClass, setProperty, subscribe, subscribe, toString, transform, whenBound, whenBound
 

Constructor Detail

RemoteDataFlowExpression

public RemoteDataFlowExpression()


 
Method Detail

evaluate

protected T evaluate()


subscribe

protected void subscribe(def listener)


 

Groovy Documentation