Jive Forums API (5.5.20.2-oracle) Developer Javadocs

com.jivesoftware.profiles.search
Interface ProfileSearchIndexListener


public interface ProfileSearchIndexListener

A ProfileSearchIndexListener gets notified anytime an search index event is fired. Concrete implementations of this class should have a zero argument constructor.


Method Summary
 void optimizeCompleted(ProfileSearchIndexEvent event)
          Fired when an index optimization is completed.
 void optimizeStarted(ProfileSearchIndexEvent event)
          Fired when an index optimization is started.
 void rebuildCompleted(ProfileSearchIndexEvent event)
          Fired when an index rebuild is completed.
 void rebuildStarted(ProfileSearchIndexEvent event)
          Fired when an index rebuild is started.
 void updateCompleted(ProfileSearchIndexEvent event)
          Fired when an index update is completed.
 void updateStarted(ProfileSearchIndexEvent event)
          Fired when an index update is started.
 void userAdded(ProfileSearchIndexEvent event)
          Fired when a user is added to the index.
 void userDeleted(ProfileSearchIndexEvent event)
          Fired when a user is deleted from the search index.
 

Method Detail

userAdded

void userAdded(ProfileSearchIndexEvent event)
Fired when a user is added to the index.

Parameters:
event - the ProfileSearchIndexEvent

userDeleted

void userDeleted(ProfileSearchIndexEvent event)
Fired when a user is deleted from the search index.

Parameters:
event - the ProfileSearchIndexEvent

rebuildStarted

void rebuildStarted(ProfileSearchIndexEvent event)
Fired when an index rebuild is started.

Parameters:
event - the ProfileSearchIndexEvent

rebuildCompleted

void rebuildCompleted(ProfileSearchIndexEvent event)
Fired when an index rebuild is completed.

Parameters:
event - the ProfileSearchIndexEvent

updateStarted

void updateStarted(ProfileSearchIndexEvent event)
Fired when an index update is started.

Parameters:
event - the ProfileSearchIndexEvent

updateCompleted

void updateCompleted(ProfileSearchIndexEvent event)
Fired when an index update is completed.

Parameters:
event - the ProfileSearchIndexEvent

optimizeStarted

void optimizeStarted(ProfileSearchIndexEvent event)
Fired when an index optimization is started.

Parameters:
event - the ProfileSearchIndexEvent

optimizeCompleted

void optimizeCompleted(ProfileSearchIndexEvent event)
Fired when an index optimization is completed.

Parameters:
event - the ProfileSearchIndexEvent

Jive Forums Project Page

Copyright © 1999-2006 Jive Software.