public final class AMX extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ATTR_CHILDREN
Attribute yielding the children as an ObjectName[]
|
static String |
ATTR_NAME
Attribute yielding the name of the MBean,
possibly differing from the name as found in the ObjectName via the
property
NAME_KEY |
static String |
ATTR_PARENT
Attribute yielding the ObjectName of the parent MBean
|
static String |
DESC_GENERIC_INTERFACE_NAME
Descriptor value: The generic AMX interface to be used if the class found in
DESC_STD_INTERFACE_NAME
cannot be loaded. |
static String |
DESC_GROUP
Descriptor value: Arbitrary string denoting the general classification of MBean.
|
static String |
DESC_IS_GLOBAL_SINGLETON
Descriptor value: whether the MBean is a global singleton eg whether in the AMX domain
it can be looked up by its type and is the only MBean of that type.
|
static String |
DESC_IS_SINGLETON
Descriptor value: whether the MBean is a singleton, in spite of having a name property in its ObjectName.
|
static String |
DESC_PREFIX
Prefix for AMX descriptor fields
|
static String |
DESC_STD_IMMUTABLE_INFO
Descriptor value defined by JMX standard: whether the MBeanInfo is *invariant* (immutable is a misnomer).
|
static String |
DESC_STD_INTERFACE_NAME
Descriptor value defined by JMX standard, the classname of the interface for the MBean.
|
static String |
DESC_SUB_TYPES
Descriptor value: denotes the possible types of MBeans that children might be.
|
static String |
DESC_SUPPORTS_ADOPTION
Descriptor value: whether new children may be added by code other than the implementation responsible for the MBean;
this allows extension points within the hierarchy.
|
static String |
GROUP_CONFIGURATION
Group value indicating that the AMX is a configuration MBean.
|
static String |
GROUP_JSR77
Group value indicating that the AMX is a JSR 77 MBean
(J2EE Management) .
|
static String |
GROUP_MONITORING
Group value indicating that the AMX represents a monitoring MBean.
|
static String |
GROUP_OTHER
Group value indicating that the AMX is not one
of the other types.
|
static String |
GROUP_UTILITY
Group value indicating that the AMX is a utility MBean.
|
static String |
NAME_KEY
ObjectName property for the name
|
static String |
NO_NAME
Implied name for singletons when the name property is not present
|
static String |
NOTIFICATION_PREFIX
Prefix for AMX notification types
|
static String |
PARENT_PATH_KEY
The ObjectName property key denoting the path of the parent MBean.
|
static String |
TYPE_KEY
ObjectName property for the type
|
public static final String ATTR_PARENT
public static final String ATTR_CHILDREN
public static final String ATTR_NAME
NAME_KEY
public static final String TYPE_KEY
public static final String NAME_KEY
public static final String NO_NAME
public static final String PARENT_PATH_KEY
public static final String DESC_PREFIX
public static final String NOTIFICATION_PREFIX
public static final String DESC_STD_IMMUTABLE_INFO
public static final String DESC_STD_INTERFACE_NAME
public static final String DESC_GENERIC_INTERFACE_NAME
DESC_STD_INTERFACE_NAME
cannot be loaded. The class specified here must reside in the amx-core
module eg org.glassfish.admin.amx.core eg AMXProxy or AMXConfigProxy.public static final String DESC_IS_SINGLETON
public static final String DESC_IS_GLOBAL_SINGLETON
public static final String DESC_GROUP
public static final String DESC_SUPPORTS_ADOPTION
public static final String DESC_SUB_TYPES
public static final String GROUP_CONFIGURATION
public static final String GROUP_MONITORING
public static final String GROUP_UTILITY
public static final String GROUP_JSR77
public static final String GROUP_OTHER
Copyright © 2017 Oracle. All rights reserved.