- getByteData() - Method in class com.ibm.broker.connector.OutputRecord
-
Call this to get a byte array that contains the data represented by the record
- getCatalogName() - Method in class com.ibm.broker.connector.ConnectorFactory
-
- getConnector() - Method in class com.ibm.broker.connector.Event
-
- getConnector() - Method in class com.ibm.broker.connector.OutputInteraction
-
Returns the OutputConnector that constructed this interaction.
- getContainerServices() - Method in class com.ibm.broker.connector.ConnectorFactory
-
Returns a ContainerServices object which can be used by a connector writer to
obtain function and resources provided by the environment running the connector.
- getDataLocation() - Method in class com.ibm.broker.connector.OutputRecord
-
Call this to get a MbElement that represents the record
- getElement() - Method in class com.ibm.broker.connector.ElementInputRecord
-
Call this method to get the root element for this record.
- getEventInputConnectors() - Method in class com.ibm.broker.connector.ConnectorFactory
-
Returns an array of all EventInputConnectors which have been created by this factory and have not been terminated.
- getFileSeparator() - Method in class com.ibm.broker.connector.ContainerServices
-
- getInfo() - Method in class com.ibm.broker.connector.ConnectorFactory
-
This is called by broker to get a information about the ConnectorFactory.
- getInteractions() - Method in class com.ibm.broker.connector.OutputConnector
-
Returns all OutputInteractions created by this connector that have not been terminated.
- getName() - Method in class com.ibm.broker.connector.ConnectorFactory
-
Returns a provider name.
- getOutputConnectors() - Method in class com.ibm.broker.connector.ConnectorFactory
-
Returns an array of all OutputConnectors which have been created by this factory and have not been terminated.
- getProperties() - Method in class com.ibm.broker.connector.ConnectorFactory
-
Returns a properties for this connector factory.
- getUTF8Data() - Method in class com.ibm.broker.connector.OutputRecord
-
Call this to get a UTF8 string that contains the data represented by the record
- getWorkDirectory() - Method in class com.ibm.broker.connector.ContainerServices
-