IBM Information Integrator for Content V8.2 APIs

com.ibm.mm.beans.infomining
Class CMBInfoMiningBean

java.lang.Object
  |
  +--com.ibm.mm.beans.infomining.CMBInfoMiningBean
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CMBConnectedMiningBean

public abstract class CMBInfoMiningBean
extends java.lang.Object
implements java.io.Serializable

The CMBInfoMiningBean class is the abstract superclass of the information mining beans.

It provides trace and exception support to subclasses.

See Also:
Serialized Form

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

CMBInfoMiningBean

protected CMBInfoMiningBean()
Creates a new CMBInformationMiningBean.

Class CMBInfoMiningBean can be directly extended to create a bean that is able to fire trace and exception handling events.

Method Detail

setTraceEnabled

public void setTraceEnabled(boolean traceEnabled)
Enables or disables trace support for this information mining bean.
Parameters:
traceEnabled - indicates if trace output should be generated.
See Also:
isTraceEnabled()

isTraceEnabled

public boolean isTraceEnabled()
Returns true if the trace support is enabled.
Returns:
true if the trace support is enabled, otherwise false.
See Also:
setTraceEnabled(boolean)

addCMBExceptionListener

public 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.
Parameters:
listener - the exception listener

removeCMBExceptionListener

public 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.
Parameters:
listener - the exeption listener

addCMBTraceListener

public 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.
Parameters:
listener - the trace listener

removeCMBTraceListener

public 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.
Parameters:
listener - the trace listener


IBM Information Integrator for Content V8.2 APIs

© Copyright International Business Machines Corporation 1996, 2003 IBM Corp. All rights reserved.