|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ActorRef
| Method Summary | |
|---|---|
String |
getName()
|
void |
stop()
Stops actor. |
void |
tell(Object message)
Send a message to an actor represented by this reference. |
void |
tell(Object message,
ActorRef sender)
Send a message to an actor represented by this reference |
| Method Detail |
|---|
void tell(Object message,
ActorRef sender)
message - message instancesender - reference to a sending actorvoid tell(Object message)
null
message - message instancevoid stop()
String getName()
ActorSystem
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||