@Contract
public interface RuntimeMBeanHelper
Modifier and Type | Method and Description |
---|---|
RuntimeMBean |
getDefaultParent()
This method is called to get the default parent.
|
RegistrationManager |
getRegistrationManager()
This method is called to get the registration manager.
|
java.lang.String |
getServerName()
This method is called to get the server name.
|
boolean |
isParentRequired(RuntimeMBean mbean)
This method is called to determine if a MBean requires a parent.
|
boolean |
isParentRequired(java.lang.String mbeanType)
This method is called to determine if a MBean requires a parent.
|
java.lang.String getServerName()
RuntimeMBean getDefaultParent()
RegistrationManager getRegistrationManager()
boolean isParentRequired(RuntimeMBean mbean)
boolean isParentRequired(java.lang.String mbeanType)