Groovy Documentation

gpars.dataflow
[Java] Class DataFlowExpression.BindDataFlow

java.lang.Object
  groovyx.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

DataFlowExpression.BindDataFlow

public DataFlowExpression.BindDataFlow(DataFlowExpression expr, Object message, UUID hostId)
Parameters:
expr - The local DataFlowExpression instance
message - The actual value to bind
hostId - The identification of the host to send the bind information to


 
Method Detail

execute

@Override
public void execute(RemoteConnection conn)
Performs the actual bind on the remote host
Parameters:
conn - The connection object


 

Groovy Documentation