public static class DataflowExpression.BindDataflow<T> extends SerialMsg
| Modifier and Type | Field and Description |
|---|---|
private DataflowExpression<T> |
expr |
private T |
message |
private static long |
serialVersionUID |
| Constructor and Description |
|---|
BindDataflow(DataflowExpression<T> expr,
T message,
java.util.UUID hostId) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(RemoteConnection conn)
Performs the actual bind on the remote host
|
updateRemoteHostprivate static final long serialVersionUID
private final DataflowExpression<T> expr
private final T message
public BindDataflow(DataflowExpression<T> expr, T message, java.util.UUID hostId)
expr - The local DataflowExpression instancemessage - The actual value to bindhostId - The identification of the host to send the bind information topublic void execute(RemoteConnection conn)