|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--PaP.PlayingBase
This defines the playing base service
Field Summary | |
private java.util.Vector |
vAPIR
Actors plugged in earlier (their plug in requests) |
Constructor Summary | |
PlayingBase()
Constructor to initialize data fields |
Method Summary | |
void |
actorRegister(ActorPlugInReq request)
Registers a plug in request |
private ActorPlugInReq |
actorRegistryGet(GAI actor)
This is an exact copy og actorRegistryRemove, except for the registry is not removed |
ActorPlugInReq |
actorRegistryRemove(GAI actor)
Removes a plug in request that belongs to a given GAI address |
ActorPlugInReq[] |
actorToPlugIn(ActorPlugInReq request)
Checks content of playing base to determine if existing actor |
boolean |
capabilityUpdate(GAI actor,
int request,
CapabilitySet caps)
To perform update of the capability set for an actor registry |
boolean |
empty()
Check if existing actors registered |
Item |
listActors()
Status report of this PlayingBase object |
Methods inherited from class java.lang.Object |
|
Field Detail |
private java.util.Vector vAPIR
Constructor Detail |
public PlayingBase()
Method Detail |
public boolean empty()
public Item listActors()
public ActorPlugInReq[] actorToPlugIn(ActorPlugInReq request)
public ActorPlugInReq actorRegistryRemove(GAI actor)
actor
- GAI address of the actor to be removedprivate ActorPlugInReq actorRegistryGet(GAI actor)
actor
- GAI address of the actor to be foundpublic void actorRegister(ActorPlugInReq request)
request
- The request to be registeredpublic boolean capabilityUpdate(GAI actor, int request, CapabilitySet caps)
actor
- The actor requested to updaterequest
- The type of capability update to performcaps
- The capability set to update
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |