Class MBeanServerFactory

java.lang.Object
org.apache.activemq.artemis.core.server.management.MBeanServerFactory

public class MBeanServerFactory extends Object
  • Constructor Details

    • MBeanServerFactory

      public MBeanServerFactory()
  • Method Details

    • isLocateExistingServerIfPossible

      public boolean isLocateExistingServerIfPossible()
    • setLocateExistingServerIfPossible

      public void setLocateExistingServerIfPossible(boolean locateExistingServerIfPossible)
    • getDefaultDomain

      public String getDefaultDomain()
    • setDefaultDomain

      public void setDefaultDomain(String defaultDomain)
    • isRegisterWithFactory

      public boolean isRegisterWithFactory()
    • setRegisterWithFactory

      public void setRegisterWithFactory(boolean registerWithFactory)
    • isNewlyRegistered

      public boolean isNewlyRegistered()
    • setNewlyRegistered

      public void setNewlyRegistered(boolean newlyRegistered)
    • getServer

      public MBeanServer getServer() throws Exception
      Throws:
      Exception
    • init

      public void init() throws Exception
      Throws:
      Exception
    • destroy

      public void destroy() throws Exception
      Throws:
      Exception