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.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 |
Class and Description |
---|
APCMailbox
Serves as the asynchronous transport for APCMessages.
|
APCRequestSource
The originator of a request.
|
Class and Description |
---|
APCMailbox
Serves as the asynchronous transport for APCMessages.
|
APCRequestSource
The originator of a request.
|
JAMessage
All requests sent to a mailbox, and all returned responses, are subclasses of JAMessage.
|
JARequest
Requests sent to a JAPCMailbox are wrapped by an JARequest.
|
JAResponse
Responses sent to a JAPCActor are wrapped by an JAResponse,
which is then passed to the JAPCMailbox.
|
Class and Description |
---|
APCRequestSource
The originator of a request.
|
RequestProcessor
Processes events and manages events and an exception handler.
|
Class and Description |
---|
APCMailbox
Serves as the asynchronous transport for APCMessages.
|
APCRequestSource
The originator of a request.
|
JAMessage
All requests sent to a mailbox, and all returned responses, are subclasses of JAMessage.
|
JAPCMailbox
An implementation of APCMailbox.
|
JARequest
Requests sent to a JAPCMailbox are wrapped by an JARequest.
|
JAResponse
Responses sent to a JAPCActor are wrapped by an JAResponse,
which is then passed to the JAPCMailbox.
|
RequestProcessor
Processes events and manages events and an exception handler.
|
Class and Description |
---|
APCRequestSource
The originator of a request.
|
RequestProcessor
Processes events and manages events and an exception handler.
|
Class and Description |
---|
APCRequestSource
The originator of a request.
|
RequestProcessor
Processes events and manages events and an exception handler.
|
Class and Description |
---|
APCRequestSource
The originator of a request.
|
RequestProcessor
Processes events and manages events and an exception handler.
|
Class and Description |
---|
APCRequestSource
The originator of a request.
|
RequestProcessor
Processes events and manages events and an exception handler.
|
Class and Description |
---|
APCRequestSource
The originator of a request.
|
RequestProcessor
Processes events and manages events and an exception handler.
|
Copyright © 2012. All Rights Reserved.