Class ConnectionConfigurationAbtract

java.lang.Object
org.apache.activemq.artemis.cli.commands.ActionAbstract
org.apache.activemq.artemis.cli.commands.InputAbstract
org.apache.activemq.artemis.cli.commands.messages.ConnectionConfigurationAbtract
All Implemented Interfaces:
Runnable, Action
Direct Known Subclasses:
ConnectionAbstract, XmlDataImporter

public class ConnectionConfigurationAbtract extends InputAbstract
  • Field Details

    • brokerURL

      protected String brokerURL
    • acceptor

      protected String acceptor
    • user

      protected String user
    • password

      protected String password
    • silent

      protected boolean silent
    • CONNECTION_INFORMATION

      protected static ThreadLocal<org.apache.activemq.artemis.cli.commands.messages.ConnectionConfigurationAbtract.ConnectionInformation> CONNECTION_INFORMATION
  • Constructor Details

    • ConnectionConfigurationAbtract

      public ConnectionConfigurationAbtract()
  • Method Details