|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--PaP.Actor | +--PaP.DirectorActor
DirectorActor is an abstract class that extends Actor. It defines the abstract method directorActorEntry() that all classes who implements the functionality for a Director must implement. DirectorActor performs the same role for Directors as ApplicationActor performs for Applications.
Actor
, Serialized FormFields inherited from class PaP.Actor |
bf, context, fh |
Constructor Summary | |
DirectorActor()
Creates a new DirectorActor. |
Method Summary | |
RequestResult |
actorEntry(RequestPars pRP)
Common entry point for all requests to an actor. |
abstract RequestResult |
directorActorEntry(RequestPars rp)
The following method is defined abstract and therefore MUST be implemented by all Director-implementations. |
void |
init(ActorContext pAC)
Initializes the DirectorActor by setting the actor's ActorContext and by adding some commands to the actor's baseframe. |
Methods inherited from class PaP.Actor |
findRoleSession, getGAI, start, status, term |
Methods inherited from class java.lang.Object |
|
Methods inherited from interface PaP.ControlInterface |
control |
Constructor Detail |
public DirectorActor()
Method Detail |
public RequestResult actorEntry(RequestPars pRP) throws java.lang.Exception
pRP
- RequestPars indicating the type of request with a set of
parameters.java.lang.Exception
- public void init(ActorContext pAC)
init
in class Actor
PaP.Actor
pContext
- The context of this Actor.public abstract RequestResult directorActorEntry(RequestPars rp) throws java.lang.Exception
pRP
- RequestPars indicating the type of request with a set of
parameters.java.lang.Exception
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |