public class RemoteDataflowQueueReplyMsg extends SerialMsg
| Modifier and Type | Field and Description |
|---|---|
(package private) java.lang.String |
name |
(package private) DataflowChannel<?> |
queue |
| Constructor and Description |
|---|
RemoteDataflowQueueReplyMsg(java.lang.String name,
DataflowQueue<?> queue) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(RemoteConnection conn) |
updateRemoteHostfinal java.lang.String name
final DataflowChannel<?> queue
public RemoteDataflowQueueReplyMsg(java.lang.String name,
DataflowQueue<?> queue)
public void execute(RemoteConnection conn)