Uses of Interface
com.ibm.di.connector.ConnectorInterface
-
-
Uses of ConnectorInterface in com.ibm.di.connector
Classes in com.ibm.di.connector that implement ConnectorInterface Modifier and Type Class Description 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
The Axis Easy Web Service Server Connector is part of the IBM Tivoli Directory Integrator Web Services suite.class
ChangelogConnector
ChangelogConnector class combines the similar changelog behavior of IDSChangelogConnector, NetscapeChangelogConnector and z/OS Changelog Connector classes.class
CommandLineConnector
The command line Connector enables you to read the output from a command line or pipe data to a command line's standard input.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
DominoAdminPConnector
This connector is used for sending Administration Process requests to a Domino server.class
DominoChangeDetectionConnector
This connector is used for receiving change notification from a Domino server and feeding the AL with the applied on the server changes.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
EIFConnector
A connector for sending and receiving messages from/to IBM Tivoli Enterprise Console.class
FileConnector
The file system Connector is a transport Connector that requires a Parser to operate.class
FormEntryConnector
This connector feeds an AssemblyLine with entries provided as raw data.class
FTPClientConnector
The FTP Client Connector is a transport Connector that requires a Parser to operate.class
HTTPClientConnector
HTTPCLientConnector provides a client side HTTP connection where the user can use it in Iterator, Lookup and AddOnly mode.class
HTTPServerConnector
This connector provides HTTP server like functionality and ability to receive/handle client requests sent over the HTTP protocol.class
IBMMQConnector
This class is left over only for backward compatibility reasons.class
IdMLConnector
This Connector is used for adding Configuration Items(CIs)/ Relationships to an IdML book.class
IDSChangelogConnector
The IDSChangelogConnector provides a way to to detect changes in a IBM Tivoli Directory Server.class
ITIMAgentConnector
The ITIM Agent Connector is an adapter between the TDI Connector API and the ITIM DAML JNDI package.class
ITRegistryConnector
This Connector will add a CI (Configuration Item) or a Relationship to a centralized IT registry database.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
The JNDI Connector provides access to a variety of JNDI services; it uses the javax.naming and javax.naming.directory packages to work with different directory services.class
LDAPConnector
The LDAP connector provides full access to LDAP based directories.class
LDAPGroupConnector
The LDAPGroup connector extends the LDAPConnector to read entries from an LDAP directory.class
LDAPServerConnector
LDAPServerConnector is an LDAP server that returns a client connection from the getNextClient method.class
LogConnector
This class implements a Connector that interfaces with the LogInterface.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
NetscapeChangelogConnector
The NetscapeChangelogConnector is a specialized instance of the LDAP Connector.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
The Script Connector enables you to write your own Connector in JavaScript.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
The Memory Stream Connector can read from or write to any Java(TM) stream, but is most often used to write into memory, where the formatted data can be retrieved later.class
SystemQueueConnector
The System Queue Connector provides a way to use the functionality provided by the System Queue component in TDI AssemblyLines.class
TCPConnector
The TCP Connector is a transport Connector using TCP sockets for transport.class
TCPServerConnector
Simple TCP Server that accepts TCP connections.class
TIMConnector
This class provides the ability to work with TIM Systems using the JNDI interface.class
TimerConnector
This connector provides a simplistic version of a crontab style timer.class
URLConnector
The URL Connector is a transport Connector that requires a Parser to operate.class
ZOSChangelogConnector
The IDSChangelogConnector provides a way to to detect changes in a zOS Directory Server.Methods in com.ibm.di.connector that return ConnectorInterface Modifier and Type Method Description ConnectorInterface
AxisEasyWSServerConnector. 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.ConnectorInterface
ConnectorInterface. getNextClient()
Server mode - return a clone of self that handles the next client instance when running in server mode.ConnectorInterface
DSMLv2SOAPServerConnector. getNextClient()
Server mode - return a clone of self that handles the next client instance when running in server mode.ConnectorInterface
HTTPServerConnector. getNextClient()
This method blocks until a client is connected.ConnectorInterface
LDAPServerConnector. getNextClient()
Server mode - returns a new instance of the connector with a client connection.ConnectorInterface
SNMPServerConnector. getNextClient()
Server mode - returns a new instance of the Connector for each client connection.ConnectorInterface
TCPServerConnector. getNextClient()
Server mode - returns a new instance of the Connector for each client connection.ConnectorInterface
TimerConnector. 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.axis2
Classes in com.ibm.di.connector.axis2 that implement ConnectorInterface Modifier and Type Class Description class
Axis2WSServerConnector
This Connector can be used to provide a SOAP web service, which is accessible via HTTP/HTTPS.Methods in com.ibm.di.connector.axis2 that return ConnectorInterface Modifier and Type Method Description ConnectorInterface
Axis2WSServerConnector. 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.ccmdb
Classes in com.ibm.di.connector.ccmdb that implement ConnectorInterface Modifier and Type Class Description class
CCMDBConnector
This Connector will read Actual Config Items and relations from MAXIMO database. -
Uses of ConnectorInterface in com.ibm.di.connector.disb
Classes in com.ibm.di.connector.disb that implement ConnectorInterface Modifier and Type Class Description class
DISBConnector
The class DISBConnector facilitates the communication to the Data Integration Services Bus that will be accessed by IBM Tivoli Directory Integrator. -
Uses of ConnectorInterface in com.ibm.di.connector.dominoUsers
Classes in com.ibm.di.connector.dominoUsers that implement ConnectorInterface Modifier and Type Class Description class
DominoUsersConnector
The Domino Users Connector enables access to and management of Lotus Domino users. -
Uses of ConnectorInterface in com.ibm.di.connector.dpa
Classes in com.ibm.di.connector.dpa that implement ConnectorInterface Modifier and Type Class Description class
DeployedAssetsConnector
-
Uses of ConnectorInterface in com.ibm.di.connector.filemanagement
Classes in com.ibm.di.connector.filemanagement that implement ConnectorInterface Modifier and Type Class Description class
FileManagementConnector
Connector which can read or modify files structure and metadata. -
Uses of ConnectorInterface in com.ibm.di.connector.gla
Classes in com.ibm.di.connector.gla that implement ConnectorInterface Modifier and Type Class Description class
GLAConnector
This is the GLAConnector class. -
Uses of ConnectorInterface in com.ibm.di.connector.maximo
Classes in com.ibm.di.connector.maximo that implement ConnectorInterface Modifier and Type Class Description class
TpaeIFCDConnector
The Tpae IF Change Detection Connector listens on specified TCP port for HTTP requests.class
TpaeIFConnector
Tpae IF Connector is able to work with hierarchical entries and is based on the SimpleTpaeIFConnector.Methods in com.ibm.di.connector.maximo that return ConnectorInterface Modifier and Type Method Description ConnectorInterface
TpaeIFCDConnector. 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.maximo.core
Classes in com.ibm.di.connector.maximo.core that implement ConnectorInterface Modifier and Type Class Description class
SimpleTpaeIFConnector
IBM Tivoli Directory Integrator connector for TPAE IF. -
Uses of ConnectorInterface in com.ibm.di.connector.NT4UserMetaDataConnector
Classes in com.ibm.di.connector.NT4UserMetaDataConnector that implement ConnectorInterface Modifier and Type Class Description 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 Modifier and Type Class Description class
SapALEIDocConnector
The SAP R/3 and ERP ALE IDoc Server Connector.Methods in com.ibm.di.connector.sapr3.aleidoc that return ConnectorInterface Modifier and Type Method Description ConnectorInterface
SapALEIDocConnector. getNextClient()
This method is to called for Server modes. -
Uses of ConnectorInterface in com.ibm.di.connector.sapr3.aleidocv3
Classes in com.ibm.di.connector.sapr3.aleidocv3 that implement ConnectorInterface Modifier and Type Class Description class
SapALEIDocConnectorV3
The SAP R/3 and ERP ALE IDoc Server Connector.Methods in com.ibm.di.connector.sapr3.aleidocv3 that return ConnectorInterface Modifier and Type Method Description ConnectorInterface
SapALEIDocConnectorV3. 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 Modifier and Type Class Description 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 Modifier and Type Class Description 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 Modifier and Type Class Description class
TAMConnector
The TAM Connector. -
Uses of ConnectorInterface in com.ibm.di.connector.WSReceiverServerConnector
Classes in com.ibm.di.connector.WSReceiverServerConnector that implement ConnectorInterface Modifier and Type Class Description class
WSReceiverServerConnector
The Web Service Receiver Server Connector is part of the IBM Tivoli Directory Integrator Web Services suite.Methods in com.ibm.di.connector.WSReceiverServerConnector that return ConnectorInterface Modifier and Type Method Description ConnectorInterface
WSReceiverServerConnector. 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.function
Methods in com.ibm.di.function that return ConnectorInterface Modifier and Type Method Description ConnectorInterface
UserFunctions. getConnector(java.lang.String name)
Load a connector.static ConnectorInterface
SystemFunctions. loadConnector(ConnectorConfig config)
static ConnectorInterface
SystemFunctions. loadConnector(ConnectorConfig config, java.lang.Object parentConfig)
static ConnectorInterface
SystemFunctions. loadConnector(ConnectorConfig config, java.lang.Object parentConfig, RSInterface server)
static ConnectorInterface
SystemFunctions. loadConnector(PropertyStoreConfig psc)
static ConnectorInterface
SystemFunctions. loadConnector(java.lang.String name)
static ConnectorInterface
SystemFunctions. loadConnector(java.lang.String name, RSInterface server)
ConnectorInterface
UserFunctions. loadConnector(java.lang.String connectorName)
Load a Connector Interface from the current Config. -
Uses of ConnectorInterface in com.ibm.di.osgi
Classes in com.ibm.di.osgi that implement ConnectorInterface Modifier and Type Class Description class
ChangeDetectionConnectorDelegate
Note: This class is for internal usage only.class
ConnectorDelegate
Used to act as a way for accessing ConnectorComponent services from the OSGi layer.Methods in com.ibm.di.osgi that return ConnectorInterface Modifier and Type Method Description ConnectorInterface
ConnectorDelegate. getDelegate()
ConnectorInterface
ConnectorDelegate. getNextClient()
-
Uses of ConnectorInterface in com.ibm.di.server
Fields in com.ibm.di.server declared as ConnectorInterface Modifier and Type Field Description ConnectorInterface
AssemblyLineComponent. connector
This is the connector we are working with.Methods in com.ibm.di.server that return ConnectorInterface Modifier and Type Method Description ConnectorInterface
AssemblyLineComponent. getConnector()
Returns the ConnectorInterface we are working withConnectorInterface
ConnectorPool. getConnector()
Returns a connector from the pool.ConnectorInterface
ConnectorPool. getConnector(boolean aWaitOnExhausted)
Returns a connector from the pool if there is an available free one.ConnectorInterface
AssemblyLineComponent. getnextClient()
The method returns the next client from the connector.ConnectorInterface
TaskCallBlock. getRuntimeConnector(java.lang.String connectorName)
Returns the runtime connector for a named connectorMethods in com.ibm.di.server with parameters of type ConnectorInterface Modifier and Type Method Description void
AssemblyLine. addRuntimeIterator(java.lang.String name, ConnectorInterface conn, boolean executeProlog)
This method inserts a connector interface as an Iterator in the current AL.int
ReconnectRuleEngine. getReconnectChoice(ConnectorInterface connector, java.lang.Throwable error)
This method prescribes a response action for a given error situation.void
ConnectorPool. returnConnector(ConnectorInterface aConnector)
Returns a connector to the pool and enlists it again in the free connectors.boolean
AssemblyLinePool. runtimeConnectorTypeExcluded(ConnectorInterface connector)
Returns true if the connector type is excluded from pooling.void
TaskCallBlock. setRuntimeConnector(java.lang.String connectorName, ConnectorInterface runtimeConnector)
Sets the runtime connector for a named connector.AssemblyLinePool.ALWorker
AssemblyLinePool. startThread(java.lang.String name, ConnectorInterface iterator)
Starts a new thread with the provided Iterator.Constructors in com.ibm.di.server with parameters of type ConnectorInterface Constructor Description ALWorker(java.lang.String name, ConnectorInterface conn, AssemblyLinePool pool)
AssemblyLineComponent(TaskInterface parent, java.lang.String name, ConnectorConfig config, ConnectorInterface conn)
Constructor for theAssemblyLineComponent
objectAssemblyLineComponent(TaskInterface parent, java.lang.String name, ConnectorConfig config, ConnectorInterface conn, boolean forceRuntime)
Constructor for theAssemblyLineComponent
objectCSDeltaTaskComponent(AssemblyLine parent, java.lang.String name, ConnectorConfig config, ConnectorInterface conn, boolean isRestarting)
Constructor.CSDeltaTaskComponent(AssemblyLine parent, java.lang.String name, ConnectorConfig config, ConnectorInterface conn, boolean isRestarting, boolean forceRuntime)
Constructor.ScriptComponent(AssemblyLine parent, java.lang.String name, ConnectorConfig config, ConnectorInterface conn)
Constructor for the script component object.ScriptComponent(AssemblyLine parent, java.lang.String name, ScriptConfig config, ConnectorInterface conn)
Constructor.
-