org.sakaiproject.search.component.service.impl
Class SearchNotificationAction
java.lang.Object
org.sakaiproject.search.component.service.impl.SearchNotificationAction
- All Implemented Interfaces:
- org.sakaiproject.event.api.NotificationAction
public class SearchNotificationAction
- extends Object
- implements org.sakaiproject.event.api.NotificationAction
This action pushes the Event and Notification to the SearchIndexBuilder That
manages the update of the search indexes.
- Author:
- ieb
|
Method Summary |
org.sakaiproject.event.api.NotificationAction |
getClone()
|
void |
notify(org.sakaiproject.event.api.Notification notification,
org.sakaiproject.event.api.Event event)
The notify operation will come in with an event that we are registerd to
recieve, and notification. |
void |
set(Element arg0)
|
void |
set(org.sakaiproject.event.api.NotificationAction arg0)
|
void |
toXml(Element arg0)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SearchNotificationAction
public SearchNotificationAction()
SearchNotificationAction
public SearchNotificationAction(SearchIndexBuilder searchIndexBuilder)
set
public void set(Element arg0)
- Specified by:
set in interface org.sakaiproject.event.api.NotificationAction
set
public void set(org.sakaiproject.event.api.NotificationAction arg0)
- Specified by:
set in interface org.sakaiproject.event.api.NotificationAction
getClone
public org.sakaiproject.event.api.NotificationAction getClone()
- Specified by:
getClone in interface org.sakaiproject.event.api.NotificationAction
toXml
public void toXml(Element arg0)
- Specified by:
toXml in interface org.sakaiproject.event.api.NotificationAction
notify
public void notify(org.sakaiproject.event.api.Notification notification,
org.sakaiproject.event.api.Event event)
- The notify operation will come in with an event that we are registerd to
recieve, and notification.
- Specified by:
notify in interface org.sakaiproject.event.api.NotificationAction
Copyright © 2003-2012 Sakai Project. All Rights Reserved.