public class ClientDatabase
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ClientDatabase.Client |
Modifier and Type | Field and Description |
---|---|
static int |
CURRENT_PROTOCOL_VERSION
Unterstütze Protokoll-Version des Servers
|
Constructor and Description |
---|
ClientDatabase() |
Modifier and Type | Method and Description |
---|---|
static void |
addClient(de.bsvrz.dav.daf.main.config.SystemObject object,
PuaSender sender,
int protocolVersion) |
static java.util.Map<de.bsvrz.dav.daf.main.config.SystemObject,ClientDatabase.Client> |
getClients() |
static int |
getProtocolVersion(de.bsvrz.dav.daf.main.config.SystemObject object) |
static PuaSender |
getSender(de.bsvrz.dav.daf.main.config.SystemObject object) |
static void |
removeClient(de.bsvrz.dav.daf.main.config.SystemObject object) |
public static final int CURRENT_PROTOCOL_VERSION
public static void addClient(de.bsvrz.dav.daf.main.config.SystemObject object, PuaSender sender, int protocolVersion)
public static PuaSender getSender(de.bsvrz.dav.daf.main.config.SystemObject object)
public static int getProtocolVersion(de.bsvrz.dav.daf.main.config.SystemObject object)
public static void removeClient(de.bsvrz.dav.daf.main.config.SystemObject object)
public static java.util.Map<de.bsvrz.dav.daf.main.config.SystemObject,ClientDatabase.Client> getClients()