groovyx.gpars.dataflow
Class DataFlowExpression.BindDataFlow<T>
java.lang.Object
groovyx.gpars.serial.SerialMsg
groovyx.gpars.dataflow.DataFlowExpression.BindDataFlow<T>
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- DataFlowExpression<T>
public static class DataFlowExpression.BindDataFlow<T>
- extends SerialMsg
Represents a remote message binding a value to a remoted DataFlowExpression
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
expr
private final DataFlowExpression<T> expr
message
private final T message
DataFlowExpression.BindDataFlow
public DataFlowExpression.BindDataFlow(DataFlowExpression<T> expr,
T message,
java.util.UUID hostId)
- Parameters:
expr
- The local DataFlowExpression instancemessage
- The actual value to bindhostId
- The identification of the host to send the bind information to
execute
public void execute(RemoteConnection conn)
- Performs the actual bind on the remote host
- Overrides:
execute
in class SerialMsg
- Parameters:
conn
- The connection object