|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This is the interface for the Player class

| Method Summary | |
boolean |
addGame(SPGameInterface gameObj)
This method adds a game association to a player object. |
boolean |
clearPlayer()
This function safely removes a player's association with all games - it can only be done if this will not damage any ongoing games. |
boolean |
configurePlayerPID(java.lang.String pid)
This method sets the Player ID for a previously created Player object to associate it with a SecurePlay library. |
java.lang.String |
getPlayerID()
This method returns the Player ID for the current player instance |
boolean |
isInternal()
Returns the status of the internalflag |
boolean |
removeGame(SPGameInterface gameObj)
This method removes an assocation between a Player and a Game Instance. |
| Method Detail |
public java.lang.String getPlayerID()
public boolean isInternal()
public boolean addGame(SPGameInterface gameObj)
gameObj - SPGameInterface(actual object) - game object handler, the game to be added
public boolean removeGame(SPGameInterface gameObj)
gameObj - SPGameInterface(actual object) - game object handler, the game to be removed
public boolean clearPlayer()
public boolean configurePlayerPID(java.lang.String pid)
pid - String - id of the player to be configured
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||