String |
genericInterfaceName() |
Return the generic AMXMBeanInterface interface to be used.
|
String |
group() |
String denoting classification of MBean.
|
boolean |
immutableInfo() |
True if the MBeanInfo is invariant, that is, has the same
value for the lifetime of the MBean.
|
String |
interfaceClassName() |
Defines the name of the interface to use when generating a proxy
for this class.
|
boolean |
isSingleton() |
True if only one MBean of this type may be created inside the same
parent container
|
String[] |
subTypes() |
Return the list of types that are legal as types of children of this
type.
|
String |
type() |
An explicit type to use for the MBean.
|