@Taxonomy(stability=UNCOMMITTED)
See: Description
| Interface | Description |
|---|---|
| AMX_SPI | Deprecated
MBean implementations can 'implements AMX_SPI', though it is only behavior
via MBeanInfo and attributes that is actually required.
|
| AMXProxy |
An AMXProxy offers generic access to any AMX-compliant MBean, including the ability to navigate
upwards to the Parent MBean, find all children or those of a particular type or name, to get
all metadata, atttributes, or to invoke any method.
|
| Extra | Deprecated
Extra information available about each
AMXProxy. |
| MetaGetters | Deprecated
Convenience getters for Descriptor values and other metadata from the MBeanInfo.
|
| StdAttributesAccess | Deprecated
Direct access to JMX attributes and methods,
These are "straight JMX" with no intervening processing whatsoever.
|
| Class | Description |
|---|---|
| AMXValidator |
Validation of key behavioral requirements of AMX MBeans.
|
| AMXValidator.ProblemList | |
| AMXValidator.ValidationResult | |
| PathnameConstants |
Constants and regex related to pathnames.
|
| PathnameParser |
Parses a pathname into parts.
|
| PathnameParser.PathPart | |
| Util |
Utility routines pertinent to the MBean API.
|
| Exception | Description |
|---|---|
| AMXException |
Runtime exception used in proxying code and similar situations on the client side.
|
| Annotation Type | Description |
|---|---|
| AMXMBeanMetadata |
Holds meta information useful in generating and/or supplementing the default
MBeanInfo as well as other runtime fields or optimizations.
|
Copyright © 2019. All rights reserved.