Interface RecreatableConnection

    • Method Detail

      • prepareForReconnect

        void prepareForReconnect()
      • getVersionRequest

        Request getVersionRequest()
      • setVersionReply

        void setVersionReply​(Reply reply)
                      throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getAuthenticateRequest

        Request getAuthenticateRequest()
      • setAuthenticateReply

        void setAuthenticateReply​(Reply reply)
                           throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getAuthenticateResponse

        Request getAuthenticateResponse()
      • setAuthenticateResponseReply

        void setAuthenticateResponseReply​(Reply reply)
                                   throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getMetaDataRequest

        Request getMetaDataRequest()
      • setMetaDataReply

        void setMetaDataReply​(Reply reply)
                       throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getGetClientIdRequest

        Request getGetClientIdRequest()
      • setGetClientIdReply

        void setGetClientIdReply​(Reply reply)
                          throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getSetClientIdRequest

        Request getSetClientIdRequest()
      • setSetClientIdReply

        void setSetClientIdReply​(Reply reply)
                          throws java.lang.Exception
        Throws:
        java.lang.Exception
      • handOver

        void handOver​(Connection connection)
      • cancelAndNotify

        void cancelAndNotify​(java.lang.Exception exception,
                             boolean closeReconnector)