public class RemoteActor extends Object
| Modifier and Type | Field and Description |
|---|---|
protected RemoteActorConnection |
con |
protected int |
remoteId |
| Constructor and Description |
|---|
RemoteActor(String name,
int remoteId,
RemoteActorConnection con) |
| Modifier and Type | Method and Description |
|---|---|
Promise |
ask(String methodName,
Object... arguments) |
RemoteActorConnection |
getCon() |
int |
getRemoteId() |
void |
tell(String methodName,
Object... arguments) |
String |
toString() |
protected int remoteId
protected RemoteActorConnection con
public RemoteActor(String name, int remoteId, RemoteActorConnection con)
Copyright © 2017. All rights reserved.