org.sakaiproject.search.component.service.impl
Class SearchReloadNotificationAction

java.lang.Object
  extended by org.sakaiproject.search.component.service.impl.SearchReloadNotificationAction
All Implemented Interfaces:
org.sakaiproject.event.api.NotificationAction, Diagnosable

public class SearchReloadNotificationAction
extends Object
implements org.sakaiproject.event.api.NotificationAction, Diagnosable

Author:
ieb

Constructor Summary
SearchReloadNotificationAction(SearchService searchService)
           
 
Method Summary
 void disableDiagnostics()
           
 void enableDiagnostics()
           
 org.sakaiproject.event.api.NotificationAction getClone()
           
 boolean hasDiagnostics()
           
 void notify(org.sakaiproject.event.api.Notification arg0, org.sakaiproject.event.api.Event event)
           
 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
 

Constructor Detail

SearchReloadNotificationAction

public SearchReloadNotificationAction(SearchService searchService)
Method Detail

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 arg0,
                   org.sakaiproject.event.api.Event event)
Specified by:
notify in interface org.sakaiproject.event.api.NotificationAction

disableDiagnostics

public void disableDiagnostics()
Specified by:
disableDiagnostics in interface Diagnosable

enableDiagnostics

public void enableDiagnostics()
Specified by:
enableDiagnostics in interface Diagnosable

hasDiagnostics

public boolean hasDiagnostics()
Specified by:
hasDiagnostics in interface Diagnosable


Copyright © 2003-2012 Sakai Project. All Rights Reserved.