|
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
The CMBInfoMiningBean class is the abstract superclass of the information mining beans.
It provides trace and exception support to subclasses.
Constructor Summary | |
protected |
CMBInfoMiningBean()
Creates a new CMBInformationMiningBean. |
Method Summary | |
void |
addCMBExceptionListener(com.ibm.mm.beans.CMBExceptionListener listener)
Adds the specified exception listener so that exception events can be received from this information mining bean. |
void |
addCMBTraceListener(com.ibm.mm.beans.CMBTraceListener listener)
Adds the specified trace listener so that trace events can be received from this information mining bean. |
boolean |
isTraceEnabled()
Returns true if the trace support is enabled. |
void |
removeCMBExceptionListener(com.ibm.mm.beans.CMBExceptionListener listener)
Removes the specified exception listener so that exception events are no longer received from this information mining bean. |
void |
removeCMBTraceListener(com.ibm.mm.beans.CMBTraceListener listener)
Removes the specified trace listener so that trace events are no longer received from this information mining bean. |
void |
setTraceEnabled(boolean traceEnabled)
Enables or disables trace support for this information mining bean. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected CMBInfoMiningBean()
Class CMBInfoMiningBean can be directly extended to create a bean that is able to fire trace and exception handling events.
Method Detail |
public void setTraceEnabled(boolean traceEnabled)
traceEnabled
- indicates if trace output should be generated.isTraceEnabled()
public boolean isTraceEnabled()
setTraceEnabled(boolean)
public void addCMBExceptionListener(com.ibm.mm.beans.CMBExceptionListener listener)
listener
- the exception listenerpublic void removeCMBExceptionListener(com.ibm.mm.beans.CMBExceptionListener listener)
listener
- the exeption listenerpublic void addCMBTraceListener(com.ibm.mm.beans.CMBTraceListener listener)
listener
- the trace listenerpublic void removeCMBTraceListener(com.ibm.mm.beans.CMBTraceListener listener)
listener
- the trace listener
|
IBM Information Integrator for Content V8.2 APIs |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |