public interface NotificationRegistration
| Modifier and Type | Interface and Description |
|---|---|
static class |
NotificationRegistration.RegistrationState |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDatabaseName() |
java.lang.Exception |
getRegistrationException()
Gets any registration related exception.
|
java.util.Properties |
getRegistrationOptions() |
NotificationRegistration.RegistrationState |
getState()
Returns the state of this registration.
|
java.lang.String |
getUserName() |
java.util.Properties getRegistrationOptions()
java.lang.String getDatabaseName()
java.lang.String getUserName()
NotificationRegistration.RegistrationState getState()
RegistrationState.ACTIVE or
RegistrationState.CLOSED.java.lang.Exception getRegistrationException()