|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.di.connector.Connector
com.ibm.di.connector.ACTConnector
public class ACTConnector
A Connector used to feed events into the Active Correlation Technology (ACT) engine of TDI. Events are synchronously processed - that is when 'putEntry' call returns, the event is completely processed by the ACT engine. The Connector passes events to the ACT engine through the TDI Server API. The ACT Connector can process events either via the local TDI engine, or via the engine of some remote TDI server.
Field Summary |
---|
Fields inherited from class com.ibm.di.connector.Connector |
---|
ALL_MODES, myLog, PROPERTY_MESSAGE, PROPERTY_READER, PROPERTY_WRITER |
Constructor Summary | |
---|---|
ACTConnector()
Create an instance of the ACT Connector. |
Method Summary | |
---|---|
String |
getVersion()
The version of the Connector. |
void |
initialize(Object obj)
Reads and validates the Connector's configuration parameters. |
void |
putEntry(Entry entry)
Process a Common Base Event by the ACT Engine. |
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, queryOperations, queryReply, querySchema, reconnect, registerScriptBeans, replyEntry, selectEntries, setConfiguration, setContext, setCurrent, setLog, setMaxDuplicateEntries, setName, setParam, setRSInterface, terminate, terminateServer |
Constructor Detail |
---|
public ACTConnector()
Method Detail |
---|
public void initialize(Object obj) throws Exception
Reads and validates the Connector's configuration parameters.
Opens a session to the TDI server (local or remote - depends on the configuration). Initializes the embedded CBEGeneratorFC instance, which is used to create a CommonBaseEvent objects from Entry attributes.
initialize
in interface ConnectorInterface
initialize
in class Connector
obj
- User provided parameter
Exception
- Some of the configuration parameters has invalid value.
Obtaining session to the TDI server failed.
If the embedded CBEGeneratorFC fails to initialize.public void putEntry(Entry entry) throws Exception
putEntry
in interface ConnectorInterface
putEntry
in class Connector
entry
- The entry that describes a Common Base Event.
Exception
- Error while converting the Entry attributes to a CommonBaseEvent object.
Error while processing the event.public String getVersion()
getVersion
in interface VersionInfoInterface
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |