FileDocCategorySizeDatePackage
AMXAttributes.javaAPI DocGlassfish v2 API3421Fri May 04 22:30:30 BST 2007com.sun.appserv.management.base

AMXAttributes

public final class AMXAttributes extends Object
Attributes available within the MBean every AMX references. These Attributes names are needed when accessing MBeans directly via {@link StdAttributesAccess#getAttribute} or {@link StdAttributesAccess#getAttributes}.

Fields Summary
public static final String
ATTR_OBJECT_NAME
Attribute of type ObjectName; the ObjectName of this MBean.
public static final String
ATTR_INTERFACE_NAME
Attribute of type String which denotes the classname of the proxy (AMX) for this MBean.
public static final String
ATTR_CONTAINER_OBJECT_NAME
Attribute of type ObjectName.
public static final String
ATTR_MBEAN_INFO_IS_INVARIANT
Attribute of type boolean.
public static final String
ATTR_FULL_TYPE
Attribute of type String.
public static final String
ATTR_GROUP
Attribute returned by getGroup().
public static final String
ATTR_NAME
Attribute returned by getName().
public static final String
ATTR_ATTRIBUTE_NAMES
Attribute of type String[]
Constructors Summary
Methods Summary