Package org.eclipse.jetty.servlet.jmx
Class HolderMBean
- java.lang.Object
-
- org.eclipse.jetty.jmx.ObjectMBean
-
- org.eclipse.jetty.servlet.jmx.HolderMBean
-
- All Implemented Interfaces:
DynamicMBean
@Deprecated(since="2021-05-27") public class HolderMBean extends ObjectMBean
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description HolderMBean(Object managedObject)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getObjectNameBasis()
Deprecated.Allows to customize the ObjectName propertyname
.-
Methods inherited from class org.eclipse.jetty.jmx.ObjectMBean
getAttribute, getAttributes, getManagedObject, getMBeanContainer, getMBeanInfo, getObjectContextBasis, getObjectName, invoke, mbeanFor, setAttribute, setAttributes
-
-
-
-
Constructor Detail
-
HolderMBean
public HolderMBean(Object managedObject)
Deprecated.
-
-
Method Detail
-
getObjectNameBasis
public String getObjectNameBasis()
Deprecated.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
-
-