Groovy Documentation

gpars.dataflow
Class DataFlowExpression.BindDataFlow

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

DataFlowExpression.BindDataFlow

public DataFlowExpression.BindDataFlow(DataFlowExpression expr, Object message, UUID hostId)
param:
expr The local DataFlowExpression instance
param:
message The actual value to bind
param:
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
param:
conn The connection object


 

Groovy Documentation