Uses of Class
com.caucho.amp.actor.AmpActorContext

Packages that use AmpActorContext
com.caucho.amp   
com.caucho.amp.actor   
com.caucho.amp.impl   
com.caucho.amp.mailbox   
com.caucho.amp.skeleton   
com.caucho.amp.spi   
 

Uses of AmpActorContext in com.caucho.amp
 

Methods in com.caucho.amp that return AmpActorContext
 AmpActorContext AmpManager.getSystemContext()
           
 

Uses of AmpActorContext in com.caucho.amp.actor
 

Subclasses of AmpActorContext in com.caucho.amp.actor
 class ActorContextImpl
          Handles the context for an actor, primarily including its query map.
 

Methods in com.caucho.amp.actor that return AmpActorContext
 AmpActorContext AmpActorContext.beginCurrentActor()
           
static AmpActorContext AmpActorContext.getCurrent()
           
static AmpActorContext AmpActorContext.getCurrent(AmpActorContext systemContext)
           
 

Methods in com.caucho.amp.actor with parameters of type AmpActorContext
 void AmpActorContext.endCurrentActor(AmpActorContext prev)
           
static AmpActorContext AmpActorContext.getCurrent(AmpActorContext systemContext)
           
 

Constructors in com.caucho.amp.actor with parameters of type AmpActorContext
ActorRefImpl(java.lang.String address, AmpMailbox mailbox, AmpActorContext actor)
           
 

Uses of AmpActorContext in com.caucho.amp.impl
 

Methods in com.caucho.amp.impl that return AmpActorContext
protected  AmpActorContext AmpManagerImpl.createActorContext(java.lang.String address, AmpActor actor)
           
 AmpActorContext QueueMailbox.getActorContext()
           
 AmpActorContext SimpleAmpMailbox.getActorContext()
           
 AmpActorContext AmpManagerImpl.getSystemContext()
           
 

Methods in com.caucho.amp.impl with parameters of type AmpActorContext
 AmpMailbox QueueMailboxBuilder.createMailbox(AmpActorContext actor)
          Creates a mailbox for an actor.
 AmpMailbox SimpleMailboxBuilder.createMailbox(AmpActorContext actor)
          Creates a mailbox for an actor.
 

Constructors in com.caucho.amp.impl with parameters of type AmpActorContext
QueueMailbox(AmpActorContext actor, java.util.concurrent.Executor executor)
           
SimpleAmpMailbox(AmpActorContext actor)
           
 

Uses of AmpActorContext in com.caucho.amp.mailbox
 

Methods in com.caucho.amp.mailbox that return AmpActorContext
 AmpActorContext AmpMailbox.getActorContext()
           
 

Methods in com.caucho.amp.mailbox with parameters of type AmpActorContext
 AmpMailbox AmpMailboxFactory.createMailbox(AmpActorContext actorContext)
          Creates a mailbox for an actor.
 

Uses of AmpActorContext in com.caucho.amp.skeleton
 

Methods in com.caucho.amp.skeleton with parameters of type AmpActorContext
<T> T
AmpReflectionSkeletonFactory.createStub(java.lang.Class<T> api, AmpActorRef to, AmpActorContext systemContext)
           
<T> T
AmpSkeletonFactory.createStub(java.lang.Class<T> api, AmpActorRef to, AmpActorContext systemContext)
           
 

Uses of AmpActorContext in com.caucho.amp.spi
 

Methods in com.caucho.amp.spi that return AmpActorContext
 AmpActorContext AmpSpi.setActorContext(AmpActorContext cxt)
           
 

Methods in com.caucho.amp.spi with parameters of type AmpActorContext
 AmpActorContext AmpSpi.setActorContext(AmpActorContext cxt)