Class ConnectorView

    • Constructor Detail

      • ConnectorView

        public ConnectorView​(Connector connector)
    • Method Detail

      • start

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

        public String getBrokerName()
      • stop

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

        public String getBrokerURL()
      • getBrokerInfo

        public org.apache.activemq.command.BrokerInfo getBrokerInfo()
      • isStatisticsEnabled

        public boolean isStatisticsEnabled()
        Returns true if statistics is enabled
        Specified by:
        isStatisticsEnabled in interface ConnectorViewMBean
        Returns:
        true if statistics is enabled
      • isUpdateClusterClients

        public boolean isUpdateClusterClients()
        Returns true if updating cluster client URL is enabled
        Specified by:
        isUpdateClusterClients in interface ConnectorViewMBean
        Returns:
        true if update cluster client URL is enabled
      • isRebalanceClusterClients

        public boolean isRebalanceClusterClients()
        Returns true if rebalancing cluster clients is enabled
        Specified by:
        isRebalanceClusterClients in interface ConnectorViewMBean
        Returns:
        true if rebalance cluster clients is enabled
      • isUpdateClusterClientsOnRemove

        public boolean isUpdateClusterClientsOnRemove()
        Returns true if updating cluster client URL when brokers are removed is enabled
        Specified by:
        isUpdateClusterClientsOnRemove in interface ConnectorViewMBean
        Returns:
        true if update cluster client URL when brokers are removed is enabled
      • getUpdateClusterFilter

        public String getUpdateClusterFilter()
        Specified by:
        getUpdateClusterFilter in interface ConnectorViewMBean
        Returns:
        The comma separated string of regex patterns to match broker names for cluster client updates
      • isStarted

        public boolean isStarted()
        Specified by:
        isStarted in interface ConnectorViewMBean
        Returns:
        true if transport connector is started