Package | Description |
---|---|
org.menacheri.jetserver.app | |
org.menacheri.jetserver.app.impl | |
org.menacheri.jetserver.service | |
org.menacheri.jetserver.service.impl |
Modifier and Type | Method and Description |
---|---|
Game |
GameRoom.getParentGame()
Each game room belongs to a game.
|
Modifier and Type | Method and Description |
---|---|
void |
GameRoom.setParentGame(Game parentGame)
Used to set the parent game object of the game room.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleGame
Domain object representing a game.
|
Modifier and Type | Field and Description |
---|---|
protected Game |
GameRoomSession.parentGame
The parent
SimpleGame reference of this game room. |
protected Game |
GameRoomSession.GameRoomSessionBuilder.parentGame |
Modifier and Type | Method and Description |
---|---|
Game |
GameRoomSession.getParentGame() |
Modifier and Type | Method and Description |
---|---|
GameRoomSession.GameRoomSessionBuilder |
GameRoomSession.GameRoomSessionBuilder.parentGame(Game parentGame) |
void |
GameRoomSession.setParentGame(Game parentGame) |
Modifier and Type | Method and Description |
---|---|
Game |
LookupService.gameLookup(Object gameContextKey)
Get a game based on a reference key.
|
Modifier and Type | Method and Description |
---|---|
Object |
GameAdminService.loadGameRoom(Game game,
long gameRoomId,
String gameRoomName)
Loads a game room based on the game room id OR game name.
|
boolean |
GameAdminService.registerGame(Game game)
Implementation method will internally add this game instance to a set.
|
Object |
GameAdminService.unLoadGame(Game game)
Unloads a game based on the game instance passed in.
|
Object |
GameAdminService.unloadGameRoom(Game game,
long gameRoomId)
Unloads a game room of a game based on the instance of the game, the
unique identifier of the game room or the string game room name.
|
Object |
GameAdminService.unloadGameRoom(Game game,
String gameRoomName)
Unloads a game room of a game based on the instance of the game and the
name of the game room.
|
Modifier and Type | Field and Description |
---|---|
private Collection<Game> |
SimpleGameAdminService.games |
Modifier and Type | Method and Description |
---|---|
Game |
SimpleLookupService.gameLookup(Object gameContextKey) |
Modifier and Type | Method and Description |
---|---|
Collection<Game> |
SimpleGameAdminService.getGames() |
Modifier and Type | Method and Description |
---|---|
Object |
SimpleGameAdminService.loadGameRoom(Game game,
long gameRoomId,
String gameRoomName) |
boolean |
SimpleGameAdminService.registerGame(Game game) |
Object |
SimpleGameAdminService.unLoadGame(Game game) |
Object |
SimpleGameAdminService.unloadGameRoom(Game game,
long gameRoomId) |
Object |
SimpleGameAdminService.unloadGameRoom(Game game,
String gameRoomId) |
Modifier and Type | Method and Description |
---|---|
void |
SimpleGameAdminService.setGames(Collection<Game> games) |
Copyright © 2013. All Rights Reserved.