|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.threerings.io.SimpleStreamableObject
com.threerings.micasa.lobby.Lobby
public class Lobby
A simple class for keeping track of information for each lobby in operation on the server.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.threerings.io.Streamable |
|---|
Streamable.Closure |
| Field Summary | |
|---|---|
String |
gameIdent
The universal game identifier string for the game matchmade by this lobby. |
String |
name
The human readable name of the lobby. |
int |
placeOid
The object id of the lobby place object. |
| Constructor Summary | |
|---|---|
Lobby()
Constructs a blank lobby record suitable for unserialization. |
|
Lobby(int placeOid,
String gameIdent,
String name)
Constructs a lobby record and initializes it with the specified values. |
|
| Method Summary |
|---|
| Methods inherited from class com.threerings.io.SimpleStreamableObject |
|---|
toString, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public int placeOid
public String gameIdent
public String name
| Constructor Detail |
|---|
public Lobby(int placeOid,
String gameIdent,
String name)
public Lobby()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||