org.codehaus.gpars

groovyx.gpars.dataflow
[Java] Class RemoteDataflowExpression

java.lang.Object
  groovyx.gpars.serial.WithSerialId
      groovyx.gpars.dataflow.DataflowExpression
          groovyx.gpars.dataflow.RemoteDataflowExpression
All Implemented Interfaces:
RemoteSerialized

public class RemoteDataflowExpression
extends DataflowExpression

Authors:
Alex Tkachman


Field Summary
private RemoteHost remoteHost

private static long serialVersionUID

 
Fields inherited from class DataflowExpression
ATTACHMENT, RESULT, S_INITIALIZED, S_INITIALIZING, S_NOT_INITIALIZED, dummyWaitingThread, metaClass, serialVersionUID, state, stateUpdater, value, waiting, waitingUpdater
 
Fields inherited from class WithSerialId
serialHandle, serialVersionUID
 
Constructor Summary
RemoteDataflowExpression()

 
Method Summary
protected T evaluate()

protected void subscribe(java.lang.Object listener)

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

remoteHost

private final RemoteHost remoteHost


serialVersionUID

private static final long serialVersionUID


 
Constructor Detail

RemoteDataflowExpression

public RemoteDataflowExpression()


 
Method Detail

evaluate

@Override
protected T evaluate()


subscribe

@Override
protected void subscribe(java.lang.Object listener)


 

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