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


Field Summary
 
Fields inherited from class com.ibm.di.connector.Connector
ALL_MODES, myLog, PROPERTY_MESSAGE, PROPERTY_READER, PROPERTY_WRITER
 
Constructor Summary
TIMConnector()
           
 
Method Summary
 String getVersion()
           
 void initialize(Object o)
          Initialize the connector.
 
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, findEntry, getBoolean, getClassInstance, getConfiguration, getContext, getFindEntryCount, getFirstFindEntry, getLog, getMaxDuplicateEntries, getModes, getModes, getName, getNextClient, getNextFindEntry, getParam, getParser, getProperty, getPushbackEntry, getRawConnectorConfiguration, getRSInterface, hasConfigValue, hasParser, initParser, isIOException, logmsg, pushback, queryOperations, queryReply, queryTables, reconnect, reconnect, registerScriptBeans, replyEntry, setConfiguration, setContext, setCurrent, 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()
Method Detail

initialize

public void initialize(Object o)
                throws Exception
Description copied from class: Connector
Initialize the connector. The connector may be passed a parameter of any kind by the user. It is up to the connector to determine whether this object can be used or not. The parameter is typically provided by a user script. When an AssemblyLine initializes it's Connectors, they are passed a ConnectorMode object.

Specified by:
initialize in interface ConnectorInterface
Overrides:
initialize in class JNDIConnector
Parameters:
o - User provided parameter
Throws:
Exception

getVersion

public String getVersion()
Specified by:
getVersion in interface VersionInfoInterface
Overrides:
getVersion in class JNDIConnector