Class ServletMappingMBean
java.lang.Object
org.eclipse.jetty.jmx.ObjectMBean
org.eclipse.jetty.ee10.servlet.jmx.ServletMappingMBean
- All Implemented Interfaces:
 DynamicMBean
- 
Field Summary
Fields inherited from class ObjectMBean
_managed - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionGet the managed object.Allows to customize the ObjectName propertyname.Methods inherited from class ObjectMBean
getAttribute, getAttributes, getMBeanContainer, getMBeanInfo, getObjectContextBasis, getObjectName, invoke, setAttribute, setAttributes, setMBeanContainer 
- 
Constructor Details
- 
ServletMappingMBean
 
 - 
 - 
Method Details
- 
getManagedObject
Description copied from class:ObjectMBeanGet the managed object.- Overrides:
 getManagedObjectin classObjectMBean- Returns:
 - the managed object
 
 - 
getObjectNameBasis
Description copied from class:ObjectMBeanAllows 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:
 getObjectNameBasisin classObjectMBean- Returns:
 - a custom value for the property 
name 
 
 -