Uses of Interface
com.ibm.di.connector.ConnectorInterface

Packages that use ConnectorInterface
com.ibm.di.connector   
com.ibm.di.connector.dominoUsers   
com.ibm.di.connector.gla   
com.ibm.di.connector.NT4UserMetaDataConnector   
com.ibm.di.connector.sapr3.aleidoc   
com.ibm.di.connector.sapr3.bor   
com.ibm.di.connector.sapr3.user   
com.ibm.di.connector.tam   
com.ibm.di.connector.WSReceiverServerConnector   
com.ibm.di.eventhandler   
com.ibm.di.function   
com.ibm.di.server   
 

Uses of ConnectorInterface in com.ibm.di.connector
 

Classes in com.ibm.di.connector that implement ConnectorInterface
 class ACTConnector
          A Connector used to feed events into the Active Correlation Technology (ACT) engine of TDI.
 class ADChangelogConnector
          The class ADChangelogConnector represents the Active Directory Changelog connector class that will be accessed by IBM Tivoli Directory Integrator.
 class ADChangelogConnectorv2
          The class ADChangelogConnector represents the Active Directory Changelog connector class that will be accessed by IBM Tivoli Directory Integrator.
 class AssemblyLineConnector
          This class uses the AssemblyLineFC function to invoke operations on an AssemblyLine.
 class AxisEasyWSServerConnector
           
 class BTree
           
 class CommandLineConnector
           
 class Connector
          The Connector class provides a default implementation of the ConnectorInterface.
 class DBChangelogConnector
          The DBChangelogConnector provides a way to to detect changes in specific RDBMS tables.
 class DominoChangeDetectionConnector
           
 class DominoConnector
          This is the class for the TDI Lotus Notes Connector.
 class DSMLv2SOAPConnector
          The DSMLv2 SOAP Connector implements the DSMLv2 standard (http://www.oasis-open.org/committees/dsml/docs/DSMLv2.doc).
 class DSMLv2SOAPServerConnector
          The DSMLv2 SOAP Server Connector implements the DSMLv2 standard (http://www.oasis-open.org/committees/dsml/docs/DSMLv2.doc).
 class ExchangeChangelogConnector
          The class ExchangeChangelogConnector represents the Exchange 5.5 Directory Service Changelog Connector class that will be accessed by IBM Tivoli Directory Integrator.
 class FileConnector
           
 class FTPClientConnector
           
 class HTTPClientConnector
          HTTPCLientConnector provides a client side HTTP connection where the user can use it in Iterator, Lookup and AddOnly mode.
 class HTTPServerConnector
           
 class IBMMQConnector
           
 class IDSChangelogConnector
           
 class ITIMAgentConnector
          The ITIM Agent Connector is an adapter between the ITDI Connector API and the ITIM DAML JNDI package.
 class JDBCConnector
          This connector provides access to JDBC/ODBC based systems.
 class JMSConnector
          The JMS Connector uses underlying implementations to access JMS based systems.
 class JMXConnector
          The JMX Connector listens for local or remote JMX notifications depending on the mode selected by setting a Connector parameter.
 class JNDIConnector
           
 class LDAPConnector
          The LDAP connector provides full access to LDAP based directories.
 class LDAPServerConnector
          LDAPServerConnector is an LDAP server that returns a client connection from the getNextClient method.
 class MailboxConnector
          Simple access to POP/IMAP based mailboxes.
 class MemQConnector
          This class is a connector that wraps over the Memory Buffer Queue infrastructure.
 class MQePasswordStoreConnector
           
 class NetscapeChangelogConnector
           
 class OldHTTPCLient
           
 class OldHTTPServer
           
 class PESConnector
          The PES Connector provides access to the underlying System Store.
 class PropertiesConnector
          Properties Connector operates on a file or URL.
 class RACConnector
          The RAC Connector collaborates with the Agent Controller and Generic Log Adapter technologies to: - supply a TDI Assembly Line with log data from the log of a remote software system (in Iterator mode) - allow a TDI Assembly Line to publish data to remote clients (in AddOnly mode) (Agent Controller is the new name of the Remote Agent Controller (RAC))
 class ScriptConnector
           
 class ServerNotificationsConnector
          The Connector listens for local or remote Server API notifications depending on the mode selected by setting a Connector parameter.
 class SNMPConnector
          The SNMPConnector implements get/set/walk and trap-receive operations by means of the IBM Tivoli SNMP Stack.
 class SNMPServerConnector
          The SNMP Server Connector is used by a monitoring console (an SNMP Manager).
 class StreamConnector
           
 class SystemQueueConnector
          The System Queue Connector provides a way to use the functionality provided by the System Queue component in TDI AssemblyLines.
 class TCPConnector
           
 class TCPServerConnector
          Simple TCP Server that accepts TCP connections.
 class TIMConnector
           
 class TimerConnector
          This connector provides a simplistic version of a crontab style timer.
 class URLConnector
           
 class ZOSChangelogConnector
           
 

Methods in com.ibm.di.connector that return ConnectorInterface
 ConnectorInterface TimerConnector.getNextClient()
           
 ConnectorInterface TCPServerConnector.getNextClient()
          Server mode - returns a new instance of the Connector for each client connection.
 ConnectorInterface SNMPServerConnector.getNextClient()
          Server mode - returns a new instance of the Connector for each client connection.
 ConnectorInterface LDAPServerConnector.getNextClient()
          Server mode - returns a new instance of the connector with a client connection.
 ConnectorInterface HTTPServerConnector.getNextClient()
           
 ConnectorInterface DSMLv2SOAPServerConnector.getNextClient()
           
 ConnectorInterface AxisEasyWSServerConnector.getNextClient()
           
 ConnectorInterface ConnectorInterface.getNextClient()
          Server mode - return a clone of self that handles the next client instance when running in server mode.
 ConnectorInterface Connector.getNextClient()
          Server mode - return a clone of self that handles the next client instance when running in server mode.
 

Uses of ConnectorInterface in com.ibm.di.connector.dominoUsers
 

Classes in com.ibm.di.connector.dominoUsers that implement ConnectorInterface
 class DominoUsersConnector
           
 

Uses of ConnectorInterface in com.ibm.di.connector.gla
 

Classes in com.ibm.di.connector.gla that implement ConnectorInterface
 class GLAConnector
          This is the GLAConnector class.
 

Uses of ConnectorInterface in com.ibm.di.connector.NT4UserMetaDataConnector
 

Classes in com.ibm.di.connector.NT4UserMetaDataConnector that implement ConnectorInterface
 class NT4UserMetaDataConnector
          This class represents a Connector for managing Windows User and Group accounts.
 

Uses of ConnectorInterface in com.ibm.di.connector.sapr3.aleidoc
 

Classes in com.ibm.di.connector.sapr3.aleidoc that implement ConnectorInterface
 class SapALEIDocConnector
           The SAP R/3 and ERP ALE IDoc Server Connector.
 

Methods in com.ibm.di.connector.sapr3.aleidoc that return ConnectorInterface
 ConnectorInterface SapALEIDocConnector.getNextClient()
          This method is to called for Server modes.
 

Uses of ConnectorInterface in com.ibm.di.connector.sapr3.bor
 

Classes in com.ibm.di.connector.sapr3.bor that implement ConnectorInterface
 class SapR3BorConnector
           The SAP R/3 Business Object Repository Connector.
 

Uses of ConnectorInterface in com.ibm.di.connector.sapr3.user
 

Classes in com.ibm.di.connector.sapr3.user that implement ConnectorInterface
 class UserRegistryConnector
           The SAP R/3 User Registry Connector.
 

Uses of ConnectorInterface in com.ibm.di.connector.tam
 

Classes in com.ibm.di.connector.tam that implement ConnectorInterface
 class TAMConnector
           The TAM Connector.
 

Uses of ConnectorInterface in com.ibm.di.connector.WSReceiverServerConnector
 

Classes in com.ibm.di.connector.WSReceiverServerConnector that implement ConnectorInterface
 class WSReceiverServerConnector
           
 

Methods in com.ibm.di.connector.WSReceiverServerConnector that return ConnectorInterface
 ConnectorInterface WSReceiverServerConnector.getNextClient()
           
 

Uses of ConnectorInterface in com.ibm.di.eventhandler
 

Methods in com.ibm.di.eventhandler that return ConnectorInterface
 ConnectorInterface ExchangeLDAPSwitchboard.loadConnector(String aConnType)
          Instantiates a Connector given its IBM Tivoli Directory Integrator name.
 ConnectorInterface ADLDAPSwitchboard.loadConnector(String aConnType)
          Instantiates a Connector given its IBM Tivoli Directory Integrator name.
 

Uses of ConnectorInterface in com.ibm.di.function
 

Methods in com.ibm.di.function that return ConnectorInterface
 ConnectorInterface UserFunctions.getConnector(String name)
          Load a connector.
static ConnectorInterface SystemFunctions.loadConnector(ConnectorConfig config)
           
static ConnectorInterface SystemFunctions.loadConnector(ConnectorConfig config, Object parentConfig)
           
static ConnectorInterface SystemFunctions.loadConnector(ConnectorConfig config, Object parentConfig, RSInterface server)
           
static ConnectorInterface SystemFunctions.loadConnector(PropertyStoreConfig psc)
           
 ConnectorInterface UserFunctions.loadConnector(String connectorName)
          Load a connector.
static ConnectorInterface SystemFunctions.loadConnector(String name)
           
static ConnectorInterface SystemFunctions.loadConnector(String name, RSInterface server)
           
 

Uses of ConnectorInterface in com.ibm.di.server
 

Fields in com.ibm.di.server declared as ConnectorInterface
 ConnectorInterface AssemblyLineComponent.connector
          This is the connector we are working with.
 

Methods in com.ibm.di.server that return ConnectorInterface
 ConnectorInterface LoopComponent.getConnector()
          Returns the Connector we are working with if this is a Connector loop
 ConnectorInterface ConnectorPool.getConnector()
           
 ConnectorInterface AssemblyLineComponent.getConnector()
          Returns the ConnectorInterface we are working with
 ConnectorInterface ConnectorPool.getConnector(boolean aWaitOnExhausted)
           
 ConnectorInterface AssemblyLineComponent.getnextClient()
          The method returns the next client from the connector.
 ConnectorInterface TaskCallBlock.getRuntimeConnector(String connectorName)
          Returns the runtime connector for a named connector
 

Methods in com.ibm.di.server with parameters of type ConnectorInterface
 void AssemblyLine.addRuntimeIterator(String name, ConnectorInterface conn, boolean executeProlog)
          This method inserts a connector interface as an Iterator in the current AL.
 void ConnectorPool.returnConnector(ConnectorInterface aConnector)
           
 boolean AssemblyLinePool.runtimeConnectorTypeExcluded(ConnectorInterface connector)
          Returns true if the connector type is excluded from pooling.
 void TaskCallBlock.setRuntimeConnector(String connectorName, ConnectorInterface runtimeConnector)
          Sets the runtime connector for a named connector.
 AssemblyLinePool.ALWorker AssemblyLinePool.startThread(String name, ConnectorInterface iterator)
          Starts a new thread with the provided Iterator.
 

Constructors in com.ibm.di.server with parameters of type ConnectorInterface
AssemblyLineComponent(TaskInterface parent, String name, ConnectorConfig config, ConnectorInterface conn)
          Constructor for the AssemblyLineComponent object
AssemblyLineComponent(TaskInterface parent, String name, ConnectorConfig config, ConnectorInterface conn, boolean forceRuntime)
           
AssemblyLinePool.ALWorker(String name, ConnectorInterface conn, AssemblyLinePool pool)
           
CSDeltaTaskComponent(AssemblyLine parent, String name, ConnectorConfig config, ConnectorInterface conn, boolean isRestarting)
           
CSDeltaTaskComponent(AssemblyLine parent, String name, ConnectorConfig config, ConnectorInterface conn, boolean isRestarting, boolean forceRuntime)
           
DeltaTaskComponent(AssemblyLine parent, String name, ConnectorConfig config, ConnectorInterface conn)
           
DeltaTaskComponent(AssemblyLine parent, String name, ConnectorConfig config, ConnectorInterface conn, boolean forceRuntime)
           
ScriptComponent(AssemblyLine parent, String name, ConnectorConfig config, ConnectorInterface conn)
          Constructor