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 | Class and Description |
---|---|
class |
JAMailboxFactory
Implements MailboxFactory.
|
Modifier and Type | Method and Description |
---|---|
MailboxFactory |
Mailbox.getMailboxFactory()
Returns the mailbox factory.
|
Constructor and Description |
---|
JAPCMailbox(BufferedEventsQueue<JAMessage> bufferedEventQueue,
MailboxFactory mailboxFactory)
Create a JAPCMailbox.
|
JAPCMailbox(ThreadManager threadManager,
boolean autonomous,
MailboxFactory mailboxFactory)
Create a JAPCMailbox.
|
Modifier and Type | Method and Description |
---|---|
MailboxFactory |
JLPCMailbox.getMailboxFactory()
Returns the mailbox factory.
|
MailboxFactory |
JLPCActor.getMailboxFactory()
Returns the mailbox factory.
|
Constructor and Description |
---|
JLPCMailbox(BufferedEventsQueue<JAMessage> eventQueue,
MailboxFactory mailboxFactory)
Create a JLPCMailbox.
|
JLPCMailbox(MailboxFactory mailboxFactory)
Create a JLPCMailbox.
|
JLPCMailbox(MailboxFactory mailboxFactory,
boolean async)
Create a JLPCMailbox.
|
Copyright © 2012. All Rights Reserved.