|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgroovyx.gpars.serial.SerialMsg
gpars.dataflow.DataFlowExpression.BindDataFlow
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)
|
|
| 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)
| Method Detail |
|---|
@Override public void execute(RemoteConnection conn)
Groovy Documentation