|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgroovyx.gpars.serial.SerialMsg
gpars.dataflow.DataFlowExpression.BindDataFlow
public static class DataFlowExpression.BindDataFlow extends SerialMsg
Represents a remote message binding a value to a remoted DataFlowExpression
Constructor Summary | |
DataFlowExpression.BindDataFlow(DataFlowExpression expr, Object message, UUID hostId)
@param expr The local DataFlowExpression instance |
Method Summary | |
---|---|
void
|
execute(RemoteConnection conn)
Performs the actual bind on the remote host |
Constructor Detail |
---|
public DataFlowExpression.BindDataFlow(DataFlowExpression expr, Object message, UUID hostId)
expr
- The local DataFlowExpression instancemessage
- The actual value to bindhostId
- The identification of the host to send the bind information to
Method Detail |
---|
@Override public void execute(RemoteConnection conn)
conn
- The connection object
Groovy Documentation