public class RemoteActorReplyMsg extends SerialMsg
| Modifier and Type | Field and Description |
|---|---|
private Actor |
actor |
private java.lang.String |
name |
| Constructor and Description |
|---|
RemoteActorReplyMsg(java.lang.String name,
Actor actor) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(RemoteConnection conn) |
updateRemoteHostprivate final java.lang.String name
private final Actor actor
public RemoteActorReplyMsg(java.lang.String name,
Actor actor)
public void execute(RemoteConnection conn)