AMXProxy.extra().@Taxonomy(stability=UNCOMMITTED) @Deprecated public interface MetaGetters
| Modifier and Type | Method and Description |
|---|---|
MBeanAttributeInfo |
attributeInfo(String attrName)
Deprecated.
Get MBeanOperationInfo for specified attribute name.
|
Descriptor |
descriptor()
Deprecated.
MBeanInfo descriptor
|
Class<? extends AMXProxy> |
genericInterface()
Deprecated.
From Descriptor: get the generic interface for this MBean
eg AMXProxy or AMXConfigProxy or (possibly) something else.
|
boolean |
globalSingleton()
Deprecated.
From Descriptor: true if this MBean is a global singleton (1 instance within entire domain)
|
String |
group()
Deprecated.
From Descriptor: return the group value
|
String |
interfaceName()
Deprecated.
From Descriptor: get the Java classname of the interface for this MBean.
|
boolean |
isInvariantMBeanInfo()
Deprecated.
From Descriptor: true if the MBeanInfo is invariant ("immutable")
|
MBeanInfo |
mbeanInfo()
Deprecated.
|
MBeanOperationInfo |
operationInfo(String operationName)
Deprecated.
Get MBeanOperationInfo for specified operation.
|
boolean |
singleton()
Deprecated.
From Descriptor: true if this MBean is a singleton (1 instance within its parent scope)
|
String[] |
subTypes()
Deprecated.
From Descriptor: Get the *potential* sub types this MBean expects to have
|
boolean |
supportsAdoption()
Deprecated.
From Descriptor: return true if new children are allowed by external subsystems
|
MBeanInfo mbeanInfo()
String interfaceName()
Class<? extends AMXProxy> genericInterface()
boolean isInvariantMBeanInfo()
boolean singleton()
boolean globalSingleton()
String[] subTypes()
boolean supportsAdoption()
String group()
Descriptor descriptor()
MBeanAttributeInfo attributeInfo(String attrName)
MBeanOperationInfo operationInfo(String operationName)
Copyright © 2019. All rights reserved.