com.ibm.connectors

Interface OutputConnector

  • All Superinterfaces:
    Connector
    All Known Implementing Classes:
    AbstractOutputConnector


    public interface OutputConnector
    extends Connector
    Base interface for all output-only connectors.
    For each output event, the connector creates an OutputInteraction object (or returns an existing one) which performs the output.
    • Method Detail

      • createOutputInteraction

        OutputInteraction createOutputInteraction()
                                           throws ConnectorException
        Create an OutputInteraction to perform the output. Note that there is nothing stopping the connector returning itself if it implements the OutputInteraction interface.
        Returns:
        the OutputInteraction
        Throws:
        ConnectorException
IBM TM
CommonTM Connector API