IBM WebSphere Extended Deployment (XD)TM
Release 6.0

com.ibm.websphere.objectgrid.plugins.index
DynamicIndexCallback



This is the callback interface for dynamic indexing process. If applications wish to get notification at the event of ready, error, or destroy, they can implement this callback interface and register with the dynamic indexing process when creating dynamic index.


Method Summary
public  voidready(java.lang.String)
           This callback method will be invoked when the dynamic index is ready.
public  voiderror(java.lang.String)
           This callback method will be invoked when the dynamic indexing process encounters unexpected error.
public  voiddestroy(java.lang.String)
          

Method Detail

ready

public void ready(String indexName)
This callback method will be invoked when the dynamic index is ready.
Parameters:
    indexName - The index name


error

public void error(String indexName)
This callback method will be invoked when the dynamic indexing process encounters unexpected error.
Parameters:
    indexName - The index name


destroy

public void destroy(String indexName)
This callback method will be invoked when the dynamic index is removed
Parameters:
    indexName - The index name


IBM WebSphere Extended Deployment (XD)TM
Release 6.0