Package | Description |
---|---|
com.caucho.amp.actor | |
com.caucho.amp.broker | |
com.caucho.amp.impl | |
com.caucho.amp.mailbox |
Modifier and Type | Method and Description |
---|---|
AmpMailbox |
ActorContextImpl.getMailbox() |
abstract AmpMailbox |
AmpActorContext.getMailbox() |
Constructor and Description |
---|
ActorRefImpl(java.lang.String address,
AmpMailbox mailbox,
AmpActorContext actor) |
Modifier and Type | Method and Description |
---|---|
AmpActorRef |
AbstractAmpBroker.addMailbox(java.lang.String address,
AmpMailbox mailbox) |
AmpActorRef |
AmpBroker.addMailbox(java.lang.String address,
AmpMailbox mailbox)
Adds a mailbox (optional operation).
|
void |
AbstractAmpBroker.removeMailbox(java.lang.String address,
AmpMailbox mailbox) |
void |
AmpBroker.removeMailbox(java.lang.String address,
AmpMailbox mailbox)
Removes a mailbox (optional operation).
|
Modifier and Type | Class and Description |
---|---|
class |
QueueMailbox
Mailbox for an actor
|
class |
SimpleAmpMailbox
Mailbox for an actor
|
Modifier and Type | Method and Description |
---|---|
AmpMailbox |
SimpleMailboxBuilder.createMailbox(AmpActorContext actor)
Creates a mailbox for an actor.
|
AmpMailbox |
QueueMailboxBuilder.createMailbox(AmpActorContext actor)
Creates a mailbox for an actor.
|
protected AmpMailbox |
HashMapAmpBroker.getMailbox(java.lang.String address) |
Modifier and Type | Method and Description |
---|---|
AmpActorRef |
HashMapAmpBroker.addMailbox(java.lang.String address,
AmpMailbox mailbox) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAmpMailbox
Mailbox for an actor
|
Modifier and Type | Method and Description |
---|---|
AmpMailbox |
AmpMailboxFactory.createMailbox(AmpActorContext actorContext)
Creates a mailbox for an actor.
|