|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--PaP.ActorContext
ActorContext contains context data for all ApplicationActors and DirectorActors and consequently all the classes that inherits them.
Field Summary | |
CapabilitySet |
capSet
The actor's current set of capabilities |
java.lang.String |
DSL
DebugServerLocation, takes the simple form of a IP node address |
GAI |
hI
HomeInterface. |
java.lang.String |
nodeProfile
Node profile for this node |
GAI |
parent
GAI value pointing to the creator Actor. |
GAI |
pas
GAI value pointing to the PAS of the Actor |
Play |
play
Information about the actor's play definition |
Role |
role
Information about the actor's role definition |
RoleSessionCollection |
rsc
Vector of RoleSessions this Actor holds |
GAI |
self
GAI value pointing to the very same Actor. |
Constructor Summary | |
ActorContext(GAI pGAI,
GAI pParent,
GAI pPas,
GAI pHI,
java.lang.String pDSL,
CapabilitySet caps,
Play pPlay,
Role pRole,
java.lang.String profile)
Creates a new ActorContext and sets the data variables to the specified values. |
Method Summary | |
Item |
status()
Returns the status of this ActorContext in the form of an Item containing an array of Items. |
Methods inherited from class java.lang.Object |
|
Field Detail |
public GAI self
public GAI parent
public GAI pas
public GAI hI
public java.lang.String DSL
public RoleSessionCollection rsc
public CapabilitySet capSet
public Play play
public Role role
public java.lang.String nodeProfile
Constructor Detail |
public ActorContext(GAI pGAI, GAI pParent, GAI pPas, GAI pHI, java.lang.String pDSL, CapabilitySet caps, Play pPlay, Role pRole, java.lang.String profile)
pGAI
- Own actor identifierpParent
- This actor creator actorpPas
- This actor's PAS ownerpHI
- Actor's Director identifierpDSL
- Actor's Debug servercaps
- Actor's capability setpPlay
- Actor's play infopRole
- Actor's role infoMethod Detail |
public Item status()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |