Package | Description |
---|---|
org.agilewiki.jactor.continuation | |
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 |
Constructor and Description |
---|
Continuation(TargetActor targetActor,
RP _rp) |
Modifier and Type | Interface and Description |
---|---|
interface |
Factory
Defines actor types and instantiating
|
Modifier and Type | Class and Description |
---|---|
class |
JAFactory
An actor for defining actor types and creating instances.
|
Modifier and Type | Class and Description |
---|---|
class |
Request<RESPONSE_TYPE,TARGET_TYPE extends TargetActor>
A request.
|
Modifier and Type | Class and Description |
---|---|
class |
JLPCActor
An actor which implements Local Procedure Calls (LPC)
and mostly works synchronously.
|
Modifier and Type | Class and Description |
---|---|
class |
JANBLock
Non-blocking Lock.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Properties
Manages a property set.
|
Modifier and Type | Class and Description |
---|---|
class |
JAProperties
GetProperties first checks the component's own table of name/value pairs.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ActorName
Immutable actor names.
|
Modifier and Type | Class and Description |
---|---|
class |
JActorName
Implements immutable actor object names.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Publisher
A publisher actor.
|
Modifier and Type | Class and Description |
---|---|
class |
JAPublisher
Implements Publisher.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Subscriber
An actor that can be given a subscription.
|
Modifier and Type | Class and Description |
---|---|
class |
JASubscriber
Implements Subscriber.
|
Copyright © 2012. All Rights Reserved.