|
Enterprise Information Portal APIs |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.mm.sdk.common.DKSearchEngineInfoDL
Constructor Summary | |
DKSearchEngineInfoDL()
Constructs a new DKAnnotationDL object. |
|
DKSearchEngineInfoDL(DKSearchEngineInfoDL aDKSearchEngineInfoDL)
Copy constructor. |
Method Summary | |
void |
copyData(DKSearchEngineInfoDL aSourceSrchEngine)
Copy data member values from the source DKSearchEngineInfoDL object. |
boolean |
equals(DKSearchEngineInfoDL aDKSearchEngineInfoDL)
Compares this object with the parameter object. |
java.lang.String |
getCatalog()
Gets the catalog name of the QBIC search manager. |
java.lang.String |
getDataBase()
Gets the database name of the QBIC search manager. |
java.lang.String |
getIndexName()
Gets the search index name of a search server |
java.lang.String |
getName()
Gets the name of this extension object |
short |
getSearchClassId()
Gets the index class Id of the item in the FRN$SEARCH table. |
java.lang.String |
getSearchEngine()
Gets the search engine name. |
java.lang.String |
getSearchIndex()
Gets search index, the search index should be a null-terminated string(ASCII). |
int |
getSearchIndexOption()
Gets the search index option, based on the option the search program will do queue processing only or do both queue & indexing processing. |
java.lang.String |
getSearchInfo()
Gets the search information value; a three character code, valid in the NLS Language Table that identifies the language.(ie. |
short |
getSearchState()
Gets the search indexed state. |
java.lang.String |
getSearchTimestamp()
Gets the search Tiemstamp. |
java.lang.String |
getServerName()
Gets the server name of the search manager. |
java.lang.String |
getTextIndex()
Gets the TextMiner search index name. |
boolean |
getWakeUpService()
Gets the flag, if true, it will notify the search program that there is indexing work to be done (by wake up the user exit), |
void |
setIndexName(java.lang.String indexName)
Sets the search index name of a search server |
void |
setName(java.lang.String extName)
Sets the name of this extension object |
void |
setSearchEngine(java.lang.String aSearchEngineName)
Sets the search engine name, the search engine should be a null-terminated string(ASCII). |
void |
setSearchIndex(java.lang.String aSearchIndex)
Sets search index, the search index should be a null-terminated string(ASCII). |
void |
setSearchIndexOption(int aSrchIndexOption)
Sets the search index option, based on the option the search program will do queue processing only or do both queue & indexing processing. |
void |
setSearchInfo(java.lang.String aLangCode)
Sets the search information value; a three character code, valid in the NLS Language Table that identifies the language.(ie. |
void |
setServerName(java.lang.String serverName)
Sets the server name of the search manager. |
void |
setWakeUpService(boolean bCallExtSrch)
Sets the flag, if true, it will notify the search program that there is indexing work to be done (by wake up the user exit). |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DKSearchEngineInfoDL()
public DKSearchEngineInfoDL(DKSearchEngineInfoDL aDKSearchEngineInfoDL)
Method Detail |
public java.lang.String getName() throws java.lang.Exception
getName
in interface dkExtension
public void setName(java.lang.String extName) throws java.lang.Exception
setName
in interface dkExtension
extName
- name of this extension objectpublic void setSearchEngine(java.lang.String aSearchEngineName)
setSearchEngine
in interface dkSearchEngineInfo
aSearchEngineName
- a search engine namepublic java.lang.String getSearchEngine()
getSearchEngine
in interface dkSearchEngineInfo
public void setSearchIndex(java.lang.String aSearchIndex)
setSearchIndex
in interface dkSearchEngineInfo
aSearchIndex
- a search indexpublic java.lang.String getSearchIndex()
getSearchIndex
in interface dkSearchEngineInfo
public void setSearchInfo(java.lang.String aLangCode)
setSearchInfo
in interface dkSearchEngineInfo
aLangCode
- a three character language codepublic java.lang.String getSearchInfo()
getSearchInfo
in interface dkSearchEngineInfo
public void setIndexName(java.lang.String indexName)
setIndexName
in interface dkSearchEngineInfo
public java.lang.String getIndexName()
getIndexName
in interface dkSearchEngineInfo
public void setServerName(java.lang.String serverName)
setServerName
in interface dkSearchEngineInfo
serverName
- a search engine server namepublic java.lang.String getServerName()
getServerName
in interface dkSearchEngineInfo
public void setWakeUpService(boolean bCallExtSrch)
bCallExtSrch
- a boolean flagpublic boolean getWakeUpService()
public boolean equals(DKSearchEngineInfoDL aDKSearchEngineInfoDL)
aDKSearchEngineInfoDL
- a DKSearchEngineInfoDL objectpublic void setSearchIndexOption(int aSrchIndexOption)
aSrchIndexOption
- a search index optionpublic int getSearchIndexOption()
public short getSearchState()
The valid values are:
public short getSearchClassId()
public java.lang.String getTextIndex()
public java.lang.String getDataBase()
public java.lang.String getCatalog()
public java.lang.String getSearchTimestamp()
public void copyData(DKSearchEngineInfoDL aSourceSrchEngine)
aSourceSrchEngine
- a source DKSearchEngineInfoDL object
|
EIP Java APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |