Class ProxyConnector

  • All Implemented Interfaces:
    org.apache.activemq.Service

    public class ProxyConnector
    extends Object
    implements org.apache.activemq.Service
    • Constructor Detail

      • ProxyConnector

        public ProxyConnector()
    • Method Detail

      • start

        public void start()
                   throws Exception
        Specified by:
        start in interface org.apache.activemq.Service
        Throws:
        Exception
      • stop

        public void stop()
                  throws Exception
        Specified by:
        stop in interface org.apache.activemq.Service
        Throws:
        Exception
      • getLocalUri

        public URI getLocalUri()
      • setLocalUri

        public void setLocalUri​(URI localURI)
      • getBind

        public URI getBind()
      • setBind

        public void setBind​(URI bind)
      • getRemote

        public URI getRemote()
      • setRemote

        public void setRemote​(URI remote)
      • setServer

        public void setServer​(org.apache.activemq.transport.TransportServer server)
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • isProxyToLocalBroker

        public boolean isProxyToLocalBroker()
      • setProxyToLocalBroker

        public void setProxyToLocalBroker​(boolean proxyToLocalBroker)
      • getConnectionCount

        protected Integer getConnectionCount()