Package | Description |
---|---|
com.caucho.amp | |
com.caucho.amp.actor | |
com.caucho.amp.impl | |
com.caucho.amp.skeleton |
Modifier and Type | Method and Description |
---|---|
AmpActorRef |
AmpManager.addActor(java.lang.String address,
AmpActor actor)
Adds an actor stream, creating the mailbox for it
using the default factory.
|
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.
|
Constructor and Description |
---|
ActorContextImpl(java.lang.String address,
AmpActor actorStream,
AmpMailboxFactory mailboxFactory) |
Modifier and Type | Method and Description |
---|---|
AmpActorRef |
AmpManagerImpl.addActor(java.lang.String address,
AmpActor actor) |
protected AmpActorContext |
AmpManagerImpl.createActorContext(java.lang.String address,
AmpActor actor) |
Modifier and Type | Method and Description |
---|---|
AmpActor |
AmpReflectionSkeletonFactory.createSkeleton(java.lang.Object bean,
java.lang.String address,
AmpBroker broker) |
AmpActor |
AmpSkeletonFactory.createSkeleton(java.lang.Object bean,
java.lang.String address,
AmpBroker broker) |