|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface provides a read-only access onto the User Manager.
Since v1.7.3 it includes a method to sendGameStatus(Status) for a game that has completed.
Method Summary | |
java.util.Enumeration |
activeUsers()
Return an Enumeration (of String userNames) of all active users in the system. |
boolean |
isLoggedIn(java.lang.String toUser)
Determines if user is actively logged in. |
boolean |
isUser(java.lang.String who)
Determine if string refers to a valid user. |
void |
updateGameStats(GameResult gr)
Updates information for the user regarding their game play. |
Method Detail |
public java.util.Enumeration activeUsers()
public boolean isUser(java.lang.String who)
who
- Name of the user
public void updateGameStats(GameResult gr)
gr
- GameResult as calculated by GameOver command.public boolean isLoggedIn(java.lang.String toUser)
toUser
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |