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
expr
@SuppressWarnings("rawtypes")
private final DataflowExpression expr
-
message
private final java.lang.Object message
-
serialVersionUID
private static final long serialVersionUID
-
DataflowExpression.BindDataflow
public DataflowExpression.BindDataflow(@SuppressWarnings("rawtypes") DataflowExpression expr, java.lang.Object message, java.util.UUID hostId)
-
- Parameters:
expr
- The local DataflowExpression instancemessage
- The actual value to bindhostId
- The identification of the host to send the bind information to
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.