Class MBeanServerFactory
java.lang.Object
org.apache.activemq.artemis.core.server.management.MBeanServerFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddestroy()voidinit()booleanbooleanbooleanvoidsetDefaultDomain(String defaultDomain) voidsetLocateExistingServerIfPossible(boolean locateExistingServerIfPossible) voidsetNewlyRegistered(boolean newlyRegistered) voidsetRegisterWithFactory(boolean registerWithFactory)
-
Constructor Details
-
MBeanServerFactory
public MBeanServerFactory()
-
-
Method Details
-
isLocateExistingServerIfPossible
public boolean isLocateExistingServerIfPossible() -
setLocateExistingServerIfPossible
public void setLocateExistingServerIfPossible(boolean locateExistingServerIfPossible) -
getDefaultDomain
-
setDefaultDomain
-
isRegisterWithFactory
public boolean isRegisterWithFactory() -
setRegisterWithFactory
public void setRegisterWithFactory(boolean registerWithFactory) -
isNewlyRegistered
public boolean isNewlyRegistered() -
setNewlyRegistered
public void setNewlyRegistered(boolean newlyRegistered) -
getServer
- Throws:
Exception
-
init
- Throws:
Exception
-
destroy
- Throws:
Exception
-