| java.lang.Object com.sun.portal.search.db.RDLastChangedPlugin
RDLastChangedPlugin | class RDLastChangedPlugin (Code) | | The main routine is stamp_rd which calculates rd-last-changed
|
Method Summary | |
protected static void | is_rd_modified(RDLastChangedList rdlist, RDLastChanged rdlc, SOIF os, SOIF ns) Compares old and new SOIFs and sets the rdlc update flag
if any of the attrs on the interest list are different. | public static void | load_alert_config(RDLastChangedList rdlist, String serverroot) | public static void | stamp_rd(RDLastChanged rdlc, RDLastChangedList rdlist, SOIF ops, SOIF ons, SOIF nps, SOIF nns, boolean is_persistent) Calulates rd-last-changed for a new RD. |
is_rd_modified | protected static void is_rd_modified(RDLastChangedList rdlist, RDLastChanged rdlc, SOIF os, SOIF ns)(Code) | | Compares old and new SOIFs and sets the rdlc update flag
if any of the attrs on the interest list are different.
|
load_alert_config | public static void load_alert_config(RDLastChangedList rdlist, String serverroot) throws Exception(Code) | | Load alertable attributes - must be called after schema is loaded, or will have no effect
|
|
|