Uses of Class
com.ibm.di.connector.maximo.core.MxConnConfiguration

Packages that use MxConnConfiguration
com.ibm.di.connector.maximo.core Provides core classes for the connector. 
 

Uses of MxConnConfiguration in com.ibm.di.connector.maximo.core
 

Fields in com.ibm.di.connector.maximo.core declared as MxConnConfiguration
protected  MxConnConfiguration SimpleTpaeIFConnector.cfg
           
 

Methods in com.ibm.di.connector.maximo.core that return MxConnConfiguration
protected  MxConnConfiguration AbstractMxConnMode.getCfg()
          Returns the connector configuration object.
 

Constructors in com.ibm.di.connector.maximo.core with parameters of type MxConnConfiguration
AbstractMxConnMode(MxConnConfiguration cfg, Log log)
          Constructs an AbstractMxConnMode.
MxConnAddOnly(MxConnConfiguration cfg, Log log)
          Constructs a MxConnAddOnly.
MxConnAddOnly(MxConnConfiguration cfg, Log log, boolean isHierEntriesUsed)
          Constructs a MxConnAddOnly.
MxConnDelete(MxConnConfiguration cfg, Log log)
          Constructs a MxConnDelete.
MxConnDelete(MxConnConfiguration cfg, Log log, boolean isHierEntriesUsed)
          Constructs a MxConnDelete.
MxConnFunctions(MxConnConfiguration cfg, Log log)
          Constructs a MxConnFunctions.
MxConnIterator(MxConnConfiguration cfg, Log log)
          Constructs a MxConnIterator.
MxConnIterator(MxConnConfiguration cfg, Log log, boolean returnHierarchicalEntries)
          Constructs a MxConnIterator.
MxConnLookup(MxConnConfiguration cfg, Log logger)
          Constructs a MxConnLookup.
MxConnLookup(MxConnConfiguration cfg, Log logger, boolean returnHierarchicalEntries)
          Constructs a MxConnLookup.
MxConnSync(MxConnConfiguration cfg, Log log)
           
MxConnUpdate(MxConnConfiguration cfg, Log log)
          Constructs a MxConnUpdate.
MxConnUpdate(MxConnConfiguration cfg, Log log, boolean isHierEntriesUsed)
          Constructs a MxConnUpdate.