public interface NotificationEvent
Modifier and Type | Method and Description |
---|---|
DATASET_ACTION |
getAction()
Returns the action on the object that this event was triggered from
|
SdmxBeans |
getBeans()
Returns the structures contained in this subscription
|
java.util.Date |
getEventTime()
Returns the time that the event was created
|
java.lang.String |
getObjectUrn()
Returns the urn of the object that caused the notification event to be created (no applicable for registrations)
|
RegistrationBean |
getRegistration()
Returns the Registaration that triggered thiws event.
|
java.lang.String |
getSubscriptionUrn()
Returns the urn of the subscription that this notification event was triggered from
|
java.util.Date getEventTime()
java.lang.String getObjectUrn()
java.lang.String getSubscriptionUrn()
DATASET_ACTION getAction()
RegistrationBean getRegistration()
SdmxBeans getBeans()