Package | Description |
---|---|
com.caucho.amp.actor | |
com.caucho.amp.impl | |
com.caucho.amp.mailbox | |
com.caucho.amp.stream |
Modifier and Type | Interface and Description |
---|---|
interface |
AmpActor
An AMP Actor sends and receives messages as the core class in a
service-oriented architecture.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAmpActor
Abstract stream for an actor.
|
class |
ActorContextImpl
Handles the context for an actor, primarily including its
query map.
|
class |
AmpProxyActor
Handles the context for an actor, primarily including its
query map.
|
Modifier and Type | Method and Description |
---|---|
AmpStream |
ActorContextImpl.getStream() |
abstract AmpStream |
AmpActorContext.getStream() |
Modifier and Type | Class and Description |
---|---|
class |
QueueMailbox
Mailbox for an actor
|
class |
SimpleAmpMailbox
Mailbox for an actor
|
Modifier and Type | Method and Description |
---|---|
AmpStream |
SimpleAmpMailbox.getActorStream()
Returns the delegated actor stream for the actor itself.
|
AmpStream |
QueueMailbox.getActorStream()
Returns the delegated actor stream for the actor itself.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AmpMailbox
Mailbox for an actor
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAmpMailbox
Mailbox for an actor
|
Modifier and Type | Method and Description |
---|---|
AmpStream |
AmpMailbox.getActorStream()
Returns the delegated actor stream for the actor itself.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAmpStream
Primary stream handling all message packets.
|