SimpleMinionspublic interface IMinions
| Modifier and Type | Method | Description |
|---|---|---|
<E extends SimpleExternalActorMind> |
add(E pMinionMind,
String pName) |
|
Iterator<SimpleActor> |
all() |
|
int |
count() |
|
IActorRef |
find(String pId) |
|
IActorRef |
remove(IActorRef pMinion) |
|
void |
removeAll() |
|
SimpleActor |
summon(String pId) |
<E extends SimpleExternalActorMind> IActorRef add(E pMinionMind, String pName) throws IllegalArgumentException
IllegalArgumentExceptionIActorRef find(String pId) throws IllegalArgumentException
IllegalArgumentExceptionSimpleActor summon(String pId) throws IllegalArgumentException
IllegalArgumentExceptionIActorRef remove(IActorRef pMinion) throws IllegalArgumentException
IllegalArgumentExceptionIterator<SimpleActor> all()
void removeAll()
int count()
Copyright © 2018. All rights reserved.