|
IBM Information Integrator for Content V8.2 APIs |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.mm.beans.infomining.CMBInfoMiningBean | +--com.ibm.mm.beans.infomining.CMBConnectedMiningBean | +--com.ibm.mm.beans.infomining.CMBTextAnalysisBean
The CMBTextAnalysisBean class is the abstract superclass of the information mining beans that perform a text analysis.
Constructor Summary | |
protected |
CMBTextAnalysisBean()
Constructs a new CMBTextAnalysisBean. |
Method Summary | |
void |
addCMBStoreRecordRequestListener(CMBStoreRecordRequestListener l)
Adds the specified store record request listener to receive events from this text analysis bean. |
void |
addCMBTextAnalysisReplyListener(CMBTextAnalysisReplyListener l)
Adds the specified text analysis reply listener to receive events from this text analysis bean. |
void |
addCMBTextAnalysisRequestListener(CMBTextAnalysisRequestListener l)
Adds the specified text analysis request listener to receive events from this text analysis bean. |
protected void |
finalize()
Release all memory and non-memory resources. |
void |
onCMBTextAnalysisRequest(CMBTextAnalysisRequestEvent request)
Invoked when text analysis is requested. |
void |
removeCMBStoreRecordRequestListener(CMBStoreRecordRequestListener l)
Removes the specified store record request listener so that it no longer receives events from this text analysis bean. |
void |
removeCMBTextAnalysisReplyListener(CMBTextAnalysisReplyListener l)
Removes the specified text analysis reply listener so that it no longer receives events from this text analysis bean. |
void |
removeCMBTextAnalysisRequestListener(CMBTextAnalysisRequestListener l)
Removes the specified text analysis request listener so that it no longer receives events from this text analysis bean. |
Methods inherited from class com.ibm.mm.beans.infomining.CMBConnectedMiningBean |
getConnection, isConnected, onCMBConnectionReply, setConnection, validateConnection |
Methods inherited from class com.ibm.mm.beans.infomining.CMBInfoMiningBean |
addCMBExceptionListener, addCMBTraceListener, isTraceEnabled, removeCMBExceptionListener, removeCMBTraceListener, setTraceEnabled |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected CMBTextAnalysisBean()
Class CMBTextAnalysisBean can be extended directly to create a bean. that allows customization of the analysis results handling.
Method Detail |
public void addCMBTextAnalysisReplyListener(CMBTextAnalysisReplyListener l)
l
- the text analysis reply listenerpublic void removeCMBTextAnalysisReplyListener(CMBTextAnalysisReplyListener l)
l
- the text analysis reply listenerpublic void addCMBTextAnalysisRequestListener(CMBTextAnalysisRequestListener l)
l
- the text analysis request listenerpublic void removeCMBTextAnalysisRequestListener(CMBTextAnalysisRequestListener l)
l
- the text analysis request listenerpublic void addCMBStoreRecordRequestListener(CMBStoreRecordRequestListener l)
l
- the text analysis request listenerpublic void removeCMBStoreRecordRequestListener(CMBStoreRecordRequestListener l)
l
- the text analysis request listenerpublic void onCMBTextAnalysisRequest(CMBTextAnalysisRequestEvent request)
onCMBTextAnalysisRequest
in interface CMBTextAnalysisRequestListener
protected void finalize() throws java.lang.Throwable
finalize
in class java.lang.Object
|
IBM Information Integrator for Content V8.2 APIs |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |