org.codehaus.gpars

groovyx.gpars.dataflow
Class DataFlowExpression.BindDataFlow

java.lang.Object
  groovyx.gpars.serial.SerialMsg
      groovyx.gpars.dataflow.DataFlowExpression.BindDataFlow

class DataFlowExpression.BindDataFlow
extends SerialMsg

Represents a remote message binding a value to a remoted DataFlowExpression


Field Summary
private DataFlowExpression expr

private T message

private static long serialVersionUID

 
Constructor Summary
DataFlowExpression.BindDataFlow(DataFlowExpression expr, T message, java.util.UUID hostId)

@param expr The local DataFlowExpression instance

 
Method Summary
void execute(RemoteConnection conn)

Performs the actual bind on the remote host

 
Methods inherited from class SerialMsg
execute
 

Field Detail

expr

@SuppressWarnings("rawtypes")
private final DataFlowExpression expr


message

private final T message


serialVersionUID

private static final long serialVersionUID


 
Constructor Detail

DataFlowExpression.BindDataFlow

public DataFlowExpression.BindDataFlow(@SuppressWarnings("rawtypes") DataFlowExpression expr, T message, java.util.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
@SuppressWarnings("unchecked")
public void execute(RemoteConnection conn)
Performs the actual bind on the remote host
Parameters:
conn - The connection object


 

Copyright © 2008–2010 Václav Pech. All Rights Reserved.