Package | Description |
---|---|
org.agilewiki.jactor |
Introduction to JActor
|
org.agilewiki.jactor.apc |
The apc package implements Asynchronous Procedure Calls (APC), or two-way messaging.
|
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.parallel |
Sending multiple requests to different actors and waiting for the responses only after all the requests have
been sent is the simplest form of parallel processing and is the focus of this package.
|
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 | |
org.agilewiki.jactor.simpleMachine |
You can think of a State Machine as a kind of computer.
|
Class and Description |
---|
Actor
Actors are objects which send messages to each other and which process only one message at a time.
|
JAMailboxFactory
Implements MailboxFactory.
|
JANoResponse
Used with on-way messages (Events) to signal that no response is required.
|
JANull
Represents a null when exiting JAIterator.iterate.
|
Mailbox
A mailbox is a lightweight thread with an inbox for incoming messages and an outbox for outgoing messages.
|
MailboxFactory
Creates Mailboxes and provides access to the thread manager.
|
RP
Types the response.
|
Class and Description |
---|
ExceptionHandler
As responses can be received either synchronously or asynchronously,
control flow can be somewhat obscure and the code to catch exceptions
can be error prone.
|
Mailbox
A mailbox is a lightweight thread with an inbox for incoming messages and an outbox for outgoing messages.
|
MailboxFactory
Creates Mailboxes and provides access to the thread manager.
|
RP
Types the response.
|
Class and Description |
---|
RP
Types the response.
|
Class and Description |
---|
Actor
Actors are objects which send messages to each other and which process only one message at a time.
|
Mailbox
A mailbox is a lightweight thread with an inbox for incoming messages and an outbox for outgoing messages.
|
Class and Description |
---|
Actor
Actors are objects which send messages to each other and which process only one message at a time.
|
ExceptionHandler
As responses can be received either synchronously or asynchronously,
control flow can be somewhat obscure and the code to catch exceptions
can be error prone.
|
JAFuture
Used both in the program's main method and in testing to send a request to an actor and wait for a response.
|
Mailbox
A mailbox is a lightweight thread with an inbox for incoming messages and an outbox for outgoing messages.
|
MailboxFactory
Creates Mailboxes and provides access to the thread manager.
|
RP
Types the response.
|
Class and Description |
---|
Actor
Actors are objects which send messages to each other and which process only one message at a time.
|
RP
Types the response.
|
Class and Description |
---|
RP
Types the response.
|
Class and Description |
---|
Actor
Actors are objects which send messages to each other and which process only one message at a time.
|
Class and Description |
---|
Actor
Actors are objects which send messages to each other and which process only one message at a time.
|
Class and Description |
---|
Actor
Actors are objects which send messages to each other and which process only one message at a time.
|
RP
Types the response.
|
Class and Description |
---|
Actor
Actors are objects which send messages to each other and which process only one message at a time.
|
RP
Types the response.
|
Class and Description |
---|
Actor
Actors are objects which send messages to each other and which process only one message at a time.
|
JAIterator
Iterates over its process method and works within any actor which supports 2-way messages.
|
RP
Types the response.
|
Copyright © 2012. All Rights Reserved.