Package com.ibm.di.connector
Class TIMConnector
- java.lang.Object
-
- com.ibm.di.connector.Connector
-
- com.ibm.di.connector.JNDIConnector
-
- com.ibm.di.connector.TIMConnector
-
- All Implemented Interfaces:
ConnectorInterface
,VersionInfoInterface
public class TIMConnector extends JNDIConnector implements ConnectorInterface
This class provides the ability to work with TIM Systems using the JNDI interface. Most of the functionality this class provides is inherited from theJNDIConnector
class.
-
-
Field Summary
-
Fields inherited from class com.ibm.di.connector.Connector
ALL_MODES, myLog, PROPERTY_MESSAGE, PROPERTY_READER, PROPERTY_WRITER
-
-
Constructor Summary
Constructors Constructor Description TIMConnector()
Constructs this object and sets its supported modes.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getVersion()
Version information.void
initialize(java.lang.Object o)
This method only set the class for the initial context and leave the rest of the execution to the super class.-
Methods inherited from class com.ibm.di.connector.JNDIConnector
addAttributeValue, deleteEntry, findEntry, getAttributeSyntax, getCurrentEntry, getNextEntry, getSearchFilterAll, isDeltaSupported, isExceptionFatal, mapAttributeSyntax, modEntry, modEntry, putEntry, queryObjectClassAttributes, querySchema, removeAttribute, removeAttributeValue, replaceAttributeValue, selectEntries, setSearchFilterAll, terminate
-
Methods inherited from class com.ibm.di.connector.Connector
addFindEntry, allModes, clearFindEntries, debug, debugMode, extractExceptionInformation, findEntry, getBoolean, getClassInstance, getConfiguration, getContext, getFindEntryCount, getFirstFindEntry, getLog, getMaxDuplicateEntries, getModes, getModes, getName, getNextClient, getNextFindEntry, getParam, getParser, getProperty, getPushbackEntry, getRawConnectorConfiguration, getRSInterface, getUI, hasConfigValue, hasParser, initParser, isIOException, logError, logmsg, pushback, queryOperations, queryReply, queryTables, reconnect, reconnect, registerScriptBeans, replyEntry, setConfiguration, setContext, setCurrent, setDebugMode, setLog, setMaxDuplicateEntries, setModes, setModes, setName, setParam, setParser, setProperty, setRSInterface, terminateServer
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.ibm.di.connector.ConnectorInterface
deleteEntry, findEntry, getConfiguration, getContext, getFindEntryCount, getFirstFindEntry, getMaxDuplicateEntries, getName, getNextClient, getNextEntry, getNextFindEntry, getParam, getPushbackEntry, getRawConnectorConfiguration, isDeltaSupported, isExceptionFatal, isIOException, modEntry, modEntry, pushback, putEntry, queryOperations, queryReply, querySchema, reconnect, registerScriptBeans, replyEntry, selectEntries, setConfiguration, setContext, setCurrent, setLog, setMaxDuplicateEntries, setName, setParam, setRSInterface, terminate, terminateServer
-
-
-
-
Method Detail
-
initialize
public void initialize(java.lang.Object o) throws java.lang.Exception
This method only set the class for the initial context and leave the rest of the execution to the super class.- Specified by:
initialize
in interfaceConnectorInterface
- Overrides:
initialize
in classJNDIConnector
- Parameters:
o
- - ignored- Throws:
java.lang.Exception
- if an error occurs.
-
getVersion
public java.lang.String getVersion()
Version information.- Specified by:
getVersion
in interfaceVersionInfoInterface
- Overrides:
getVersion
in classJNDIConnector
- Returns:
- the version information.
-
-