Class HolderMBean
java.lang.Object
org.eclipse.jetty.jmx.ObjectMBean
org.eclipse.jetty.ee10.servlet.jmx.HolderMBean
- All Implemented Interfaces:
DynamicMBean
-
Field Summary
Fields inherited from class org.eclipse.jetty.jmx.ObjectMBean
_managed
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionAllows to customize the ObjectName propertyname
.Methods inherited from class org.eclipse.jetty.jmx.ObjectMBean
getAttribute, getAttributes, getManagedObject, getMBeanContainer, getMBeanInfo, getObjectContextBasis, getObjectName, invoke, setAttribute, setAttributes, setMBeanContainer
-
Constructor Details
-
HolderMBean
-
-
Method Details
-
getObjectNameBasis
Description copied from class:ObjectMBean
Allows to customize the ObjectName property
name
.Certain components have a natural name and returning it from this method allows it to be part of the ObjectName.
- Overrides:
getObjectNameBasis
in classObjectMBean
- Returns:
- a custom value for the property
name
-