Class CheckContext

java.lang.Object
org.apache.activemq.artemis.cli.commands.ActionContext
org.apache.activemq.artemis.cli.commands.check.CheckContext

public class CheckContext extends ActionContext
  • Constructor Details

    • CheckContext

      public CheckContext(ActionContext actionContext, org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory factory, ActiveMQManagementProxy managementProxy)
  • Method Details

    • getActionContext

      public ActionContext getActionContext()
    • setActionContext

      public void setActionContext(ActionContext actionContext)
    • getFactory

      public org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory getFactory()
    • setFactory

      public void setFactory(org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory factory)
    • getManagementProxy

      public ActiveMQManagementProxy getManagementProxy()
    • setManagementProxy

      public void setManagementProxy(ActiveMQManagementProxy managementProxy)
    • getNodeId

      public String getNodeId() throws Exception
      Throws:
      Exception
    • getTopology

      public Map<String,NodeInfo> getTopology() throws Exception
      Throws:
      Exception