org.codehaus.gpars

groovyx.gpars.dataflow.expression
[Java] Class DataflowExpression.BindDataflow

java.lang.Object
  groovyx.gpars.serial.SerialMsg
      groovyx.gpars.dataflow.expression.DataflowExpression.BindDataflow

public static class DataflowExpression.BindDataflow
extends SerialMsg

Represents a remote message binding a value to a remoted DataflowExpression


Field Summary
private DataflowExpression expr

private java.lang.Object message

private static long serialVersionUID

 
Fields inherited from class SerialMsg
hostId, serialVersionUID
 
Constructor Summary
DataflowExpression.BindDataflow(DataflowExpression expr, java.lang.Object 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 java.lang.Object message


serialVersionUID

private static final long serialVersionUID


 
Constructor Detail

DataflowExpression.BindDataflow

public DataflowExpression.BindDataflow(@SuppressWarnings("rawtypes") DataflowExpression expr, java.lang.Object 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–2012 Václav Pech. All Rights Reserved.