Skip navigation links

Oracle® Database JDBC Java API Reference
11g Release 2 ("11.2.0.0.1-Beta-1")
BETA
E13995-01


oracle.jdbc
Interface NotificationRegistration

All Known Subinterfaces:
AQNotificationRegistration, DatabaseChangeRegistration

public interface NotificationRegistration

This interface is extended by oracle.jdbc.aq.AQNotificationRegistration and oracle.jdbc.dcn.DatabaseChangeRegistration.


Nested Class Summary
static class NotificationRegistration.RegistrationState
           

 

Method Summary
 java.lang.String getDatabaseName()
           
 java.util.Properties getRegistrationOptions()
           
 NotificationRegistration.RegistrationState getState()
          Returns the state of this registration.
 java.lang.String getUserName()
           

 

Method Detail

getRegistrationOptions

java.util.Properties getRegistrationOptions()

getDatabaseName

java.lang.String getDatabaseName()

getUserName

java.lang.String getUserName()

getState

NotificationRegistration.RegistrationState getState()
Returns the state of this registration. The returned value can be either RegistrationState.ACTIVE or RegistrationState.CLOSED.

Skip navigation links

Oracle® Database JDBC Java API Reference
11g Release 2 ("11.2.0.0.1-Beta-1")
BETA
E13995-01


Copyright © 2009, Oracle and/or its affiliates. All rights reserved.
ORACLE CONFIDENTIAL
For authorized use only.
Do not distribute to third parties.