SimpleActorpublic interface IActorContext
| Modifier and Type | Method | Description |
|---|---|---|
String |
address() |
|
<E extends SimpleExternalActorMind> |
createMinion(E pMinionMind,
String pName) |
|
int |
dispatcher() |
|
IEnvelope |
envelope() |
|
String |
id() |
|
IMinions |
minions() |
|
IActorRef |
myself() |
|
String |
name() |
|
IActorRef |
parent() |
|
int |
status() |
|
ISystem |
system() |
|
void |
think(IEnvelope pEnvelope) |
IActorRef myself()
ISystem system()
IActorRef parent()
IEnvelope envelope()
String name()
String address()
String id()
IMinions minions()
int status()
<E extends SimpleExternalActorMind> IActorRef createMinion(E pMinionMind, String pName) throws IllegalArgumentException
IllegalArgumentExceptionvoid think(IEnvelope pEnvelope)
int dispatcher()
Copyright © 2018. All rights reserved.