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.lpc |
Introducing JLPCActor--the Basic Actor
|
Modifier and Type | Interface and Description |
---|---|
interface |
Mailbox
A mailbox is a lightweight thread with an inbox for incoming messages and an outbox for outgoing messages.
|
Modifier and Type | Class and Description |
---|---|
class |
JAPCMailbox
An implementation of APCMailbox.
|
Modifier and Type | Class and Description |
---|---|
class |
JLPCMailbox
Implements Mailbox.
|
Copyright © 2012. All Rights Reserved.