T - the type of statepublic class RemoteAgentGetValMsg<T> extends SerialMsg
| Modifier and Type | Field and Description |
|---|---|
private AgentCore |
agent |
private DataflowVariable<T> |
valueVariable |
| Constructor and Description |
|---|
RemoteAgentGetValMsg(AgentCore agent,
DataflowVariable<T> valueVariable) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(RemoteConnection conn) |
updateRemoteHostprivate final AgentCore agent
private final DataflowVariable<T> valueVariable
public RemoteAgentGetValMsg(AgentCore agent, DataflowVariable<T> valueVariable)
public void execute(RemoteConnection conn)