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
|
Modifier and Type | Method and Description |
---|---|
Mailbox |
MailboxFactory.createAsyncMailbox()
Create an asynchronous mailbox.
|
Mailbox |
JAMailboxFactory.createAsyncMailbox()
Create an asynchronous mailbox.
|
Mailbox |
MailboxFactory.createMailbox()
Create a mailbox.
|
Mailbox |
JAMailboxFactory.createMailbox()
Create a mailbox.
|
Mailbox |
Actor.getMailbox()
Returns the actor's mailbox.
|
Modifier and Type | Field and Description |
---|---|
Mailbox |
JARequest.mailbox |
Mailbox |
JARequest.sourceMailbox |
Constructor and Description |
---|
JARequest(RequestSource requestSource,
JLPCActor destinationActor,
Request unwrappedRequest,
RP rp,
Mailbox mailbox) |
Modifier and Type | Method and Description |
---|---|
static Actor |
JAFactory.newActor(Actor actor,
String actorType,
Mailbox mailbox)
Creates a new actor.
|
static Actor |
JAFactory.newActor(Actor actor,
String actorType,
Mailbox mailbox,
Actor parent)
Creates a new actor.
|
JLPCActor |
ActorFactory.newActor(Mailbox mailbox,
Actor parent)
Create and configure an actor.
|
Actor |
JAFactory.newActor(String actorType,
Mailbox mailbox)
Creates a new actor.
|
Actor |
Factory.newActor(String actorType,
Mailbox mailbox)
Creates a new actor.
|
Actor |
JAFactory.newActor(String actorType,
Mailbox mailbox,
Actor parent)
Creates a new actor.
|
Actor |
Factory.newActor(String actorType,
Mailbox mailbox,
Actor parent)
Creates a new actor.
|
Modifier and Type | Class and Description |
---|---|
class |
JLPCMailbox
Implements Mailbox.
|
Modifier and Type | Method and Description |
---|---|
Mailbox |
RequestSource.getMailbox()
Returns the actor's mailbox, or null if the request source is not an actor.
|
Mailbox |
JLPCActor.getMailbox()
Returns the actor's mailbox.
|
Modifier and Type | Method and Description |
---|---|
void |
JLPCActor.initialize(Mailbox mailbox)
Initialize a LiteActor
|
void |
JLPCActor.initialize(Mailbox mailbox,
Actor parent)
Initialize a LiteActor
|
void |
JLPCActor.initialize(Mailbox mailbox,
Actor parent,
ActorFactory factory)
Initialize a LiteActor
|
Copyright © 2012. All Rights Reserved.