public class MBeanServerFactory extends Object
Constructor and Description |
---|
MBeanServerFactory() |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
String |
getDefaultDomain() |
MBeanServer |
getServer() |
void |
init() |
boolean |
isLocateExistingServerIfPossible() |
boolean |
isNewlyRegistered() |
boolean |
isRegisterWithFactory() |
void |
setDefaultDomain(String defaultDomain) |
void |
setLocateExistingServerIfPossible(boolean locateExistingServerIfPossible) |
void |
setNewlyRegistered(boolean newlyRegistered) |
void |
setRegisterWithFactory(boolean registerWithFactory) |
public boolean isLocateExistingServerIfPossible()
public void setLocateExistingServerIfPossible(boolean locateExistingServerIfPossible)
public String getDefaultDomain()
public void setDefaultDomain(String defaultDomain)
public boolean isRegisterWithFactory()
public void setRegisterWithFactory(boolean registerWithFactory)
public boolean isNewlyRegistered()
public void setNewlyRegistered(boolean newlyRegistered)
public MBeanServer getServer() throws Exception
Exception
Copyright © 2018 JBoss by Red Hat. All rights reserved.