|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AmpActor | |
---|---|
com.caucho.amp | |
com.caucho.amp.actor | |
com.caucho.amp.impl | |
com.caucho.amp.skeleton |
Uses of AmpActor in com.caucho.amp |
---|
Methods in com.caucho.amp with parameters of type AmpActor | |
---|---|
AmpActorRef |
AmpManager.addActor(java.lang.String address,
AmpActor actor)
Adds an actor stream, creating the mailbox for it using the default factory. |
Uses of AmpActor in com.caucho.amp.actor |
---|
Classes in com.caucho.amp.actor that implement AmpActor | |
---|---|
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. |
Constructors in com.caucho.amp.actor with parameters of type AmpActor | |
---|---|
ActorContextImpl(java.lang.String address,
AmpActor actorStream,
AmpMailboxFactory mailboxFactory)
|
Uses of AmpActor in com.caucho.amp.impl |
---|
Methods in com.caucho.amp.impl with parameters of type AmpActor | |
---|---|
AmpActorRef |
AmpManagerImpl.addActor(java.lang.String address,
AmpActor actor)
|
protected AmpActorContext |
AmpManagerImpl.createActorContext(java.lang.String address,
AmpActor actor)
|
Uses of AmpActor in com.caucho.amp.skeleton |
---|
Methods in com.caucho.amp.skeleton that return AmpActor | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |