|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NotificationAdminOperation
The Interface NotificationAdminOperation controls the registration and maintenence of Content Notification Listeners.
Nested Class Summary | |
---|---|
static class |
NotificationAdminOperation.NotificationStatus
The Enum NotificationStatus. |
Method Summary | |
---|---|
java.lang.String |
registerForNotification(DatabaseServiceEventListener listener)
Register the given Notification Listener in the system. |
void |
updateNotificationRegistration(java.lang.String notificationId,
DatabaseServiceEventListener listener)
Replaces a Notification Listener with an Updated Notification Listener |
void |
updateNotificationRegistrationStatus(java.lang.String notificationId,
NotificationAdminOperation.NotificationStatus status)
Update the Notification Registration Status of a Notification Listener. |
Method Detail |
---|
java.lang.String registerForNotification(DatabaseServiceEventListener listener)
listener
- The Notification Listener
void updateNotificationRegistration(java.lang.String notificationId, DatabaseServiceEventListener listener) throws NotificationNotRegisteredException
notificationId
- The Notification Identifier of the Notification to be updated.listener
- the listener
NotificationNotRegisteredException
void updateNotificationRegistrationStatus(java.lang.String notificationId, NotificationAdminOperation.NotificationStatus status) throws NotificationNotRegisteredException
status
- The new Notification Registration StatusnotificationId
- The Notification Identifier of the Notification to be updated.
NotificationNotRegisteredException
|
Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |