|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.camelspotting.jotl.domain.Game
public class Game
This method is is just a wrapper for response and detail information, and is
primarily used for archiving the final query result for games in
ServerHandler
.
ServerHandler
Constructor Summary | |
---|---|
Game(ServerDetails serverDetails,
ClientsDetails clientDetails)
This internal constructor is for creating these archive objects. |
Method Summary | |
---|---|
ClientsDetails |
getClientDetails()
Getter for the ClientsInfo object. |
ServerDetails |
getServerDetails()
Getter for the ServerInfo object. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Game(ServerDetails serverDetails, ClientsDetails clientDetails)
clientsInfo
- the information to containserverInfo
- more information to containMethod Detail |
---|
public ClientsDetails getClientDetails()
ClientsInfo
object.
ClientsInfo
objectpublic ServerDetails getServerDetails()
ServerInfo
object.
ServerInfo
objectpublic String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |