|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--PaP.Actor
Actor is the core representative of the whole theater concept. It is the abstract superclass of both ApplicationActor and DirectorActor.
ApplicationActor
,
DirectorActor
,
ActorInterface
,
ControlInterface
, Serialized FormField Summary | |
protected BaseFrame |
bf
Reference to an actor's BaseFrame. |
ActorContext |
context
Context data for this Actor |
protected FaultHandler |
fh
Fault handler for actor |
Constructor Summary | |
Actor()
Creates a new Actor.j |
Method Summary | |
protected RoleSession |
findRoleSession(java.lang.String pRSId)
Convenient method to search the actor's context for the specified role session. |
java.lang.String |
getGAI()
Returns the GAI of this actor in the form of a string. |
void |
init(ActorContext pContext)
Initializes the Actor and sets the actor context to the specified context. |
void |
start()
Implementation of the start method from the ActorInterface that does nothing. |
Item |
status()
Returns a status report of this actor in the form of an Item instance. |
void |
term()
Terminates this actor's baseframe. |
Methods inherited from class java.lang.Object |
|
Methods inherited from interface PaP.ActorInterface |
actorEntry |
Methods inherited from interface PaP.ControlInterface |
control |
Field Detail |
protected BaseFrame bf
public ActorContext context
protected FaultHandler fh
Constructor Detail |
public Actor()
Method Detail |
protected RoleSession findRoleSession(java.lang.String pRSId)
public java.lang.String getGAI()
public void init(ActorContext pContext)
pContext
- The context of this Actor.public void start()
start
in interface ActorInterface
public Item status()
public void term()
term
in interface ActorInterface
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |