Package | Description |
---|---|
org.agilewiki.jactor |
Introduction to JActor
|
org.agilewiki.jactor.factory | |
org.agilewiki.jactor.lpc |
Introducing JLPCActor--the Basic Actor
|
org.agilewiki.jactor.nbLock |
NBLock provides exclusive access to a resource without blocking a thread.
|
org.agilewiki.jactor.properties |
A table of name/value pairs.
|
org.agilewiki.jactor.pubsub.actorName |
Actors which include the ActorName component can be named
and added to an ActorRegistry.
|
org.agilewiki.jactor.pubsub.publisher | |
org.agilewiki.jactor.pubsub.subscriber |
Modifier and Type | Method and Description |
---|---|
ActorFactory |
Actor.getFactory()
Returns the factory.
|
Modifier and Type | Class and Description |
---|---|
class |
_ActorFactory
Creates a JLPCActor using a Constructor.
|
class |
JAFactoryFactory
Creates a JAFactory.
|
Modifier and Type | Field and Description |
---|---|
ActorFactory |
Requirement.actorFactory
The factory of an actor which supports the request.
|
Modifier and Type | Method and Description |
---|---|
static ActorFactory |
JAFactory.getActorFactory(Actor actor,
String actorType)
Returns the requested actor factory.
|
ActorFactory |
JAFactory.getActorFactory(String actorType)
Returns the requested actor factory.
|
ActorFactory |
Factory.getActorFactory(String actorType)
Returns the requested actor factory.
|
Modifier and Type | Method and Description |
---|---|
void |
JAFactory.registerActorFactory(ActorFactory actorFactory)
Register an actor factory.
|
void |
Factory.registerActorFactory(ActorFactory actorFactory)
Register an actor factory.
|
Constructor and Description |
---|
Requirement(Request request,
ActorFactory actorFactory)
Create a Requirement.
|
Modifier and Type | Method and Description |
---|---|
ActorFactory |
JLPCActor.getFactory()
Returns the factory.
|
Modifier and Type | Method and Description |
---|---|
void |
JLPCActor.initialize(Mailbox mailbox,
Actor parent,
ActorFactory factory)
Initialize a LiteActor
|
Modifier and Type | Class and Description |
---|---|
class |
JNBLockFactory
Creates a NBLock actor.
|
Modifier and Type | Class and Description |
---|---|
class |
JAPropertiesFactory
Creates a Properties actor.
|
Modifier and Type | Class and Description |
---|---|
class |
JActorNameFactory
Creates a Properties actor.
|
Modifier and Type | Class and Description |
---|---|
class |
JAPublisherFactory
Creates a JAPublisher actor.
|
Modifier and Type | Class and Description |
---|---|
class |
JASubscriberFactory
Creates a JASubscriber actor.
|
Copyright © 2013. All Rights Reserved.