Class SystemQueueConnector

  • All Implemented Interfaces:
    ConnectorInterface, VersionInfoInterface

    public class SystemQueueConnector
    extends Connector
    The System Queue Connector provides a way to use the functionality provided by the System Queue component in TDI AssemblyLines. The Connector uses Server API sessions remote or local, depending on the mode selected by setting a Connector parameter, to connect to the System Queue. In remote mode the Connector hooks into remote TDI systems and uses Server API and System Queue in the Java Virtual Machine of that remote system. In local mode the Connector use local Server API and System Queue in the local Java Virtual Machine.
    • Constructor Detail

      • SystemQueueConnector

        public SystemQueueConnector()
        Constructor for the SystemQueueConnector object
    • Method Detail

      • initialize

        public void initialize​(java.lang.Object aObj)
                        throws java.lang.Exception
        Reads connector parameter's values and initialize the Connector.
        Specified by:
        initialize in interface ConnectorInterface
        Overrides:
        initialize in class Connector
        Parameters:
        aObj - Null, Socket or ConnectorMode class
        Throws:
        java.lang.Exception - If invalid Connector parameter values are supplied.
      • putEntry

        public void putEntry​(Entry aEntry)
                      throws java.lang.Exception
        Send an entry to the JMS server.
        Specified by:
        putEntry in interface ConnectorInterface
        Overrides:
        putEntry in class Connector
        Parameters:
        aEntry - The entry to send
        Throws:
        java.lang.Exception - If sending the Entry fails.
      • getVersion

        public java.lang.String getVersion()
        Version information.
        Returns:
        the version information