| Package | Description | 
|---|---|
| com.caucho.amp | |
| com.caucho.amp.actor | |
| com.caucho.amp.impl | |
| com.caucho.amp.mailbox | |
| com.caucho.amp.skeleton | |
| com.caucho.amp.spi | 
| Modifier and Type | Method and Description | 
|---|---|
| AmpActorContext | AmpManager. getSystemContext() | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ActorContextImplHandles the context for an actor, primarily including its
 query map. | 
| Modifier and Type | Method and Description | 
|---|---|
| AmpActorContext | AmpActorContext. beginCurrentActor() | 
| static AmpActorContext | AmpActorContext. getCurrent() | 
| static AmpActorContext | AmpActorContext. getCurrent(AmpActorContext systemContext) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AmpActorContext. endCurrentActor(AmpActorContext prev) | 
| static AmpActorContext | AmpActorContext. getCurrent(AmpActorContext systemContext) | 
| Constructor and Description | 
|---|
| ActorRefImpl(java.lang.String address,
            AmpMailbox mailbox,
            AmpActorContext actor) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected AmpActorContext | AmpManagerImpl. createActorContext(java.lang.String address,
                  AmpActor actor) | 
| AmpActorContext | SimpleAmpMailbox. getActorContext() | 
| AmpActorContext | QueueMailbox. getActorContext() | 
| AmpActorContext | AmpManagerImpl. getSystemContext() | 
| 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. | 
| Constructor and Description | 
|---|
| QueueMailbox(AmpActorContext actor,
            java.util.concurrent.Executor executor) | 
| SimpleAmpMailbox(AmpActorContext actor) | 
| Modifier and Type | Method and Description | 
|---|---|
| AmpActorContext | AmpMailbox. getActorContext() | 
| Modifier and Type | Method and Description | 
|---|---|
| AmpMailbox | AmpMailboxFactory. createMailbox(AmpActorContext actorContext)Creates a mailbox for an actor. | 
| Modifier and Type | Method and Description | 
|---|---|
| <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) | 
| Modifier and Type | Method and Description | 
|---|---|
| AmpActorContext | AmpSpi. setActorContext(AmpActorContext cxt) | 
| Modifier and Type | Method and Description | 
|---|---|
| AmpActorContext | AmpSpi. setActorContext(AmpActorContext cxt) |