com.ibm.di.connector
Class TIMConnector

java.lang.Object
  extended by com.ibm.di.connector.Connector
      extended by com.ibm.di.connector.JNDIConnector
          extended by 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 the JNDIConnector class.


Field Summary
 
Fields inherited from class com.ibm.di.connector.Connector
ALL_MODES, myLog, PROPERTY_MESSAGE, PROPERTY_READER, PROPERTY_WRITER
 
Constructor Summary
TIMConnector()
          Constructs this object and sets its supported modes.
 
Method Summary
 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
 

Constructor Detail

TIMConnector

public TIMConnector()
Constructs this object and sets its supported modes.

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 interface ConnectorInterface
Overrides:
initialize in class JNDIConnector
Parameters:
o - - ignored
Throws:
java.lang.Exception - if an error occurs.

getVersion

public java.lang.String getVersion()
Version information.

Specified by:
getVersion in interface VersionInfoInterface
Overrides:
getVersion in class JNDIConnector
Returns:
the version information.