Class WmClusterConnectionWorker

  • All Implemented Interfaces:
    WmConnection, java.lang.Runnable, javax.jms.Connection

    public class WmClusterConnectionWorker
    extends WmConnectionImpl
    implements java.lang.Runnable
    • Constructor Detail

      • WmClusterConnectionWorker

        protected WmClusterConnectionWorker​(WmConnectionFactoryImpl factory,
                                            java.lang.String username,
                                            java.lang.String password,
                                            java.lang.String accessLabelHint,
                                            java.lang.String brokerURL)
                                     throws javax.jms.JMSException
        Throws:
        javax.jms.JMSException
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable
      • closeConnection

        protected void closeConnection()
                                throws javax.jms.JMSException
        Throws:
        javax.jms.JMSException
      • getBrokerURL

        public java.lang.String getBrokerURL()