| IBM WebSphere Extended Deployment (XD)TM
Release 6.0.1 |
Method Summary | |
---|---|
public
void | ready(java.lang.String)
This callback method will be invoked when the dynamic index is ready.
|
public
void | error(java.lang.String)
This callback method will be invoked when the dynamic indexing process encounters unexpected error.
|
public
void | destroy(java.lang.String)
|
Method Detail |
public void ready( | String indexName )
|
indexName
-
The index name
public void error( | String indexName )
|
indexName
-
The index name
public void destroy( | String indexName )
|
indexName
-
The index name
| IBM WebSphere Extended Deployment (XD)TM
Release 6.0.1 |