Groovy Documentation

gpars.dataflow
[Java] Class DataFlowVariable.RemoteDataFlowVariable

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

public static class DataFlowVariable.RemoteDataFlowVariable
extends DataFlowVariable

Field Summary
 
Fields inherited from class DataFlowExpression
S_INITIALIZED, S_INITIALIZING, S_NOT_INITIALIZED, state, stateUpdater, value, waitingUpdater
 
Constructor Summary
DataFlowVariable.RemoteDataFlowVariable(RemoteHost host)

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

Constructor Detail

DataFlowVariable.RemoteDataFlowVariable

public DataFlowVariable.RemoteDataFlowVariable(RemoteHost host)


 

Groovy Documentation