|
org.codehaus.gpars | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object groovyx.gpars.serial.WithSerialId groovyx.gpars.dataflow.DataflowExpression groovyx.gpars.dataflow.DataflowVariable groovyx.gpars.dataflow.DataflowVariable.RemoteDataflowVariable
public static final class DataflowVariable.RemoteDataflowVariable extends DataflowVariable
Field Summary | |
---|---|
private boolean |
disconnected
|
private RemoteHost |
remoteHost
|
private static long |
serialVersionUID
|
Fields inherited from class DataflowVariable | |
---|---|
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 | |
DataflowVariable.RemoteDataflowVariable(RemoteHost host)
|
Method Summary |
---|
Methods inherited from class DataflowVariable | |
---|---|
bindDFV, get, get, getRemoteClass, leftShift, leftShift |
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 |
---|
private boolean disconnected
private final RemoteHost remoteHost
private static final long serialVersionUID
Constructor Detail |
---|
public DataflowVariable.RemoteDataflowVariable(RemoteHost host)
Copyright © 2008–2010 Václav Pech. All Rights Reserved.