org.codehaus.gpars

groovyx.gpars.dataflow
Class DataFlowVariable.RemoteDataFlowVariable

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

class DataFlowVariable.RemoteDataFlowVariable
extends DataFlowVariable

Field Summary
private boolean disconnected

private RemoteHost remoteHost

private static long serialVersionUID

 
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, bindUnique, doBindRemote, evaluate, getMetaClass, getProperty, getVal, getVal, getValAsync, getValAsync, invokeMethod, isBound, join, join, poll, rightShift, setMetaClass, setProperty, subscribe, subscribe, toString, transform, whenBound, whenBound, wheneverBound, wheneverBound
 
Methods inherited from class WithSerialId
createRemoteHandle, getOrCreateSerialHandle, getRemoteClass, writeReplace
 

Field Detail

disconnected

private boolean disconnected


remoteHost

private final RemoteHost remoteHost


serialVersionUID

private static final long serialVersionUID


 
Constructor Detail

DataFlowVariable.RemoteDataFlowVariable

public DataFlowVariable.RemoteDataFlowVariable(RemoteHost host)


 

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