| Package | Description |
|---|---|
| de.ruedigermoeller.kontraktor | |
| de.ruedigermoeller.kontraktor.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
Actor<SELF extends Actor>
Baseclass for actor implementations.
|
interface |
ActorProxy<T extends Actor>
tagging interface.
|
| Modifier and Type | Field and Description |
|---|---|
Actor |
Actor.__self |
Actor |
Actor.__seq |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Actor> |
Actors.$$(Class<T> clz) |
static <T extends Actor> |
Actors.AsActor(Class<? extends Actor> actorClazz)
create an new actor.
|
static <T extends Actor> |
Actors.AsActor(Class<? extends Actor> actorClazz,
DispatcherThread disp)
create an new actor dispatched in the given DispatcherThread
|
static <T extends Actor> |
Actors.AsActor(Class<? extends Actor> actorClazz,
int qSize)
create an new actor.
|
static <T extends Actor> |
Actors.SpawnActor(Class<? extends Actor> actorClazz)
create a new actor with a newly created DispatcherThread
|
static <T extends Actor> |
Actors.SpawnActor(Class<? extends Actor> actorClazz,
int qSiz)
create a new actor with a newly created DispatcherThread
|
| Modifier and Type | Method and Description |
|---|---|
Actor |
ActorProxy.getActor() |
protected Actor |
Actors.newProxy(Class<? extends Actor> clz,
DispatcherThread disp) |
protected Actor |
Actors.newProxy(Class<? extends Actor> clz,
int qsize) |
| Modifier and Type | Method and Description |
|---|---|
Object |
Actor.__dispatchCall(Actor receiver,
String methodName,
Object[] args) |
void |
ActorRunnable.run(T actorAccess,
Actor actorImpl,
Callback<R> resultReceiver) |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Actor> |
Actors.AsActor(Class<? extends Actor> actorClazz)
create an new actor.
|
static <T extends Actor> |
Actors.AsActor(Class<? extends Actor> actorClazz,
DispatcherThread disp)
create an new actor dispatched in the given DispatcherThread
|
static <T extends Actor> |
Actors.AsActor(Class<? extends Actor> actorClazz,
int qSize)
create an new actor.
|
protected Actor |
Actors.newProxy(Class<? extends Actor> clz,
DispatcherThread disp) |
protected Actor |
Actors.newProxy(Class<? extends Actor> clz,
int qsize) |
static <T extends Actor> |
Actors.SpawnActor(Class<? extends Actor> actorClazz)
create a new actor with a newly created DispatcherThread
|
static <T extends Actor> |
Actors.SpawnActor(Class<? extends Actor> actorClazz,
int qSiz)
create a new actor with a newly created DispatcherThread
|
| Modifier and Type | Method and Description |
|---|---|
void |
DispatcherThread.actorAdded(Actor a) |
void |
DispatcherThread.actorStopped(Actor a) |
<T> T |
ActorProxyFactory.instantiateProxy(Actor target) |
Copyright © 2014. All rights reserved.