public interface LookupService
| Modifier and Type | Method and Description |
|---|---|
Game |
gameLookup(Object gameContextKey)
Get a game based on a reference key.
|
GameRoom |
gameRoomLookup(Object gameContextKey)
Get a game room based on a reference key.
|
Player |
playerLookup(Credentials loginDetail)
Lookup a gamer based on a context key.
|
GameRoom gameRoomLookup(Object gameContextKey)
gameContextKey - This is the key the flex front end passes to handshake
service.Game gameLookup(Object gameContextKey)
gameContextKey - Player playerLookup(Credentials loginDetail)
loginDetail - Contains the username and password.Copyright © 2013. All Rights Reserved.