Package oracle.jdbc

Interface NotificationRegistration

    • Method Detail

      • getRegistrationOptions

        Properties getRegistrationOptions()
      • getDatabaseName

        String getDatabaseName()
      • getUserName

        String getUserName()
      • getRegistrationException

        Exception getRegistrationException()
        Gets any registration related exception. The notification registration happens on a background thread. Therefore any error that occurs during the registration creation won't be thrown on the main user thread (for example an SSL error). This method can be called to get such errors.
        Returns:
        Registration exception if any otherwise null.