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