Class ClientDatabase.Client

  • Enclosing class:
    ClientDatabase

    public static class ClientDatabase.Client
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Client​(de.bsvrz.dav.daf.main.config.SystemObject object, PuaSender clientSender, int protocolVersion)  
    • Method Summary

      Modifier and Type Method Description
      PuaSender getClientSender()  
      de.bsvrz.dav.daf.main.config.SystemObject getObject()  
      int getProtocolVersion()  
      • Methods inherited from class java.lang.Object

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

      • Client

        public Client​(de.bsvrz.dav.daf.main.config.SystemObject object,
                      PuaSender clientSender,
                      int protocolVersion)
    • Method Detail

      • getClientSender

        public PuaSender getClientSender()
      • getObject

        public de.bsvrz.dav.daf.main.config.SystemObject getObject()
      • getProtocolVersion

        public int getProtocolVersion()