|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.lexevs.cts2.admin.NotificationAdminOperationImpl
public class NotificationAdminOperationImpl
The Class NotificationAdminOperationImpl.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.lexevs.cts2.admin.NotificationAdminOperation |
---|
NotificationAdminOperation.NotificationStatus |
Constructor Summary | |
---|---|
NotificationAdminOperationImpl()
|
Method Summary | |
---|---|
protected ListenerRegistry |
getListenerRegistry()
Gets the listener registry. |
java.lang.String |
registerForNotification(DatabaseServiceEventListener listener)
Register the given Notification Listener in the system. |
void |
updateNotificationRegistration(java.lang.String listenerId,
DatabaseServiceEventListener listener)
Replaces a Notification Listener with an Updated Notification Listener |
void |
updateNotificationRegistrationStatus(java.lang.String listenerId,
NotificationAdminOperation.NotificationStatus status)
Update the Notification Registration Status of a Notification Listener. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NotificationAdminOperationImpl()
Method Detail |
---|
public java.lang.String registerForNotification(DatabaseServiceEventListener listener)
NotificationAdminOperation
registerForNotification
in interface NotificationAdminOperation
listener
- The Notification Listener
public void updateNotificationRegistration(java.lang.String listenerId, DatabaseServiceEventListener listener) throws NotificationNotRegisteredException
NotificationAdminOperation
updateNotificationRegistration
in interface NotificationAdminOperation
listenerId
- The Notification Identifier of the Notification to be updated.listener
- the listener
NotificationNotRegisteredException
public void updateNotificationRegistrationStatus(java.lang.String listenerId, NotificationAdminOperation.NotificationStatus status) throws NotificationNotRegisteredException
NotificationAdminOperation
updateNotificationRegistrationStatus
in interface NotificationAdminOperation
listenerId
- The Notification Identifier of the Notification to be updated.status
- The new Notification Registration Status
NotificationNotRegisteredException
protected ListenerRegistry getListenerRegistry()
|
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 |