A C D E G I O S T

A

addObserver(Observer) - Method in class org.dyndns.kwitte.ogc.ClientConnection
Adds an observer to the set of observers for this object, provided that it is not the same as some observer already in the set.

C

ClientConnection - class org.dyndns.kwitte.ogc.ClientConnection.
A connection that receives information about running games from an OGC server.
ClientConnection(String) - Constructor for class org.dyndns.kwitte.ogc.ClientConnection
Creates a new ClientConnection to x.yz.to:11111 (the public OGC server).
ClientConnection(Game) - Constructor for class org.dyndns.kwitte.ogc.ClientConnection
Creates a new ClientConnection to x.yz.to:11111 (the public OGC server).
ClientConnection(String, int, String) - Constructor for class org.dyndns.kwitte.ogc.ClientConnection
Creates a new ClientConnection.
ClientConnection(String, int, Game) - Constructor for class org.dyndns.kwitte.ogc.ClientConnection
Creates a new ClientConnection.
ClientConnection() - Constructor for class org.dyndns.kwitte.ogc.ClientConnection
Creates a new ClientConnection.
ClientConnection(String, int) - Constructor for class org.dyndns.kwitte.ogc.ClientConnection
Creates a new ClientConnection.
connect() - Method in class org.dyndns.kwitte.ogc.ClientConnection
Connects to the OGC server.
connect() - Method in class org.dyndns.kwitte.ogc.ServerConnection
Establishes the connection to the OGC server.

D

disconnect() - Method in class org.dyndns.kwitte.ogc.ClientConnection
Disconnects from the OGC server.
disconnect() - Method in class org.dyndns.kwitte.ogc.ServerConnection
Unregisters this local game from the OGC server.

E

Entry - class org.dyndns.kwitte.ogc.Entry.
A game entry in the list of games of the OGC server.

G

Game - class org.dyndns.kwitte.ogc.Game.
A game.
Game(String, String, String, int, int) - Constructor for class org.dyndns.kwitte.ogc.Game
Creates a new Game.
getEntry() - Method in class org.dyndns.kwitte.ogc.Entry
Returns the entry in precisely the same way as it has been sent by the Open Game Cache server according to the Open Game Cache protocol.
getEnumeration() - Method in class org.dyndns.kwitte.ogc.ClientConnection
Returns a java.util.Enumeration which will contain an Entry for each game entry on the server.
getID() - Method in class org.dyndns.kwitte.ogc.Entry
Returns the ID of this entry.
getIP() - Method in class org.dyndns.kwitte.ogc.Entry
Returns the IP or the host of this entry in the list of games.
getListModel() - Method in class org.dyndns.kwitte.ogc.ClientConnection
Returns a javax.swing.ListModel which contains entries of currently running games.
getPort() - Method in class org.dyndns.kwitte.ogc.Entry
Returns the port of the game.
getTableModel() - Method in class org.dyndns.kwitte.ogc.ClientConnection
Returns a javax.swing.table.TableModel which contains entries of currently running games.
getVersion() - Method in class org.dyndns.kwitte.ogc.Entry
Returns the version of this entry.

I

isConnected() - Method in class org.dyndns.kwitte.ogc.ClientConnection
Returns true if and only if the connection is established.
isConnected() - Method in class org.dyndns.kwitte.ogc.ServerConnection
Returns true if and only if the connection is established.

O

org.dyndns.kwitte.ogc - package org.dyndns.kwitte.ogc
 

S

ServerConnection - class org.dyndns.kwitte.ogc.ServerConnection.
A connection to be used for someone who wants to register a game on the OGC server.
ServerConnection(Game) - Constructor for class org.dyndns.kwitte.ogc.ServerConnection
Creates a new ServerConnection to x.yz.to:11111 (the public OGC server).
ServerConnection(String, int, Game) - Constructor for class org.dyndns.kwitte.ogc.ServerConnection
Creates a new ServerConnection.
setPlayers(int) - Method in class org.dyndns.kwitte.ogc.ServerConnection
Set the number of players of the current game as it shall be shown at the OGC server.
setStatus(String) - Method in class org.dyndns.kwitte.ogc.ServerConnection
Set the status of the current game as it shall be shown at the OGC server.
setUpdateInterval(long) - Method in class org.dyndns.kwitte.ogc.ClientConnection
Sets the time interval for the updates.
setUpdateInterval(long) - Method in class org.dyndns.kwitte.ogc.ServerConnection
Sets the time interval for the updates.
setVerbose(boolean) - Method in class org.dyndns.kwitte.ogc.ClientConnection
Enables or disables output of send and receive protocol to stdout.
setVerbose(boolean) - Method in class org.dyndns.kwitte.ogc.ServerConnection
Enables or disables output of send and receive protocol to stdout.

T

toString() - Method in class org.dyndns.kwitte.ogc.Entry
Returns a well readable String representation of this Entry.

A C D E G I O S T