public class RemoteDataflowVariableReplyMsg extends SerialMsg
| Modifier and Type | Field and Description |
|---|---|
private boolean |
bound |
private java.lang.String |
name |
private java.lang.Object |
value |
private DataflowVariable |
variable |
| Constructor and Description |
|---|
RemoteDataflowVariableReplyMsg(java.lang.String name,
DataflowVariable variable) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(RemoteConnection conn) |
updateRemoteHostprivate final java.lang.String name
private final DataflowVariable variable
private final boolean bound
private java.lang.Object value
public RemoteDataflowVariableReplyMsg(java.lang.String name,
DataflowVariable variable)
public void execute(RemoteConnection conn)