Class ClientDatabase


  • public class ClientDatabase
    extends java.lang.Object
    TBD Dokumentation
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  ClientDatabase.Client  
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int CURRENT_PROTOCOL_VERSION
      Unterstütze Protokoll-Version des Servers
    • Constructor Summary

      Constructors 
      Constructor Description
      ClientDatabase()  
    • Method Summary

      Modifier and Type Method 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • CURRENT_PROTOCOL_VERSION

        public static final int CURRENT_PROTOCOL_VERSION
        Unterstütze Protokoll-Version des Servers
        See Also:
        Constant Field Values
    • Constructor Detail

      • ClientDatabase

        public ClientDatabase()
    • Method Detail

      • addClient

        public static void addClient​(de.bsvrz.dav.daf.main.config.SystemObject object,
                                     PuaSender sender,
                                     int protocolVersion)
      • getSender

        public static PuaSender getSender​(de.bsvrz.dav.daf.main.config.SystemObject object)
      • getProtocolVersion

        public static int getProtocolVersion​(de.bsvrz.dav.daf.main.config.SystemObject object)
      • removeClient

        public static void removeClient​(de.bsvrz.dav.daf.main.config.SystemObject object)
      • getClients

        public static java.util.Map<de.bsvrz.dav.daf.main.config.SystemObject,​ClientDatabase.Client> getClients()