public class HttpClientMBean extends ObjectMBean
| Constructor and Description |
|---|
HttpClientMBean(Object managedObject) |
| Modifier and Type | Method and Description |
|---|---|
String |
getObjectContextBasis()
Allows to customize the ObjectName property
context. |
getAttribute, getAttributes, getManagedObject, getMBeanContainer, getMBeanInfo, getObjectName, getObjectNameBasis, invoke, mbeanFor, setAttribute, setAttributespublic HttpClientMBean(Object managedObject)
public String getObjectContextBasis()
ObjectMBeanAllows to customize the ObjectName property context.
When MBeanContainer creates default ObjectNames, the context property
is "inherited" recursively by MBeans that are children of this MBean; this allows to
"group" descendant MBeans so that it is clear who is the ancestor they belong to.
For example, if object A has a child component B which has children components C, then AMBean can override this method to return "alpha", and then the ObjectNames will be:
getObjectContextBasis in class ObjectMBeancontextCopyright © 2010 - 2020 Adobe. All Rights Reserved