@Taxonomy(stability=COMMITTED) @Deprecated public interface AMX_SPI
| Modifier and Type | Method and Description |
|---|---|
ObjectName[] |
getChildren()
Deprecated.
If no children are possible (a leaf node), an AttributeNotFoundException should be thrown.
|
String |
getName()
Deprecated.
the unencoded name, which could differ from the value of the 'name' property in the ObjectName
|
ObjectName |
getParent()
Deprecated.
Return the ObjectName of the parent.
|
@ManagedAttribute @Description(value="Name of this MBean, can differ from name in ObjectName") String getName()
@ManagedAttribute @Description(value="Parent of this MBean, non-null except for DomainRoot") ObjectName getParent()
@ManagedAttribute @Description(value="Children of this MBean, in no particular order") ObjectName[] getChildren()
Copyright © 2017. All rights reserved.