Java EE 5 SDK

com.sun.appserv.management.base
Class AMXAttributes

java.lang.Object
  extended by com.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 StdAttributesAccess.getAttribute(java.lang.String) or StdAttributesAccess.getAttributes(java.lang.String[]).


Field Summary
static String ATTR_ATTRIBUTE_NAMES
          Attribute of type String[]
static String ATTR_CONTAINER_OBJECT_NAME
          Attribute of type ObjectName.
static String ATTR_FULL_TYPE
          Attribute of type String.
static String ATTR_GROUP
          Attribute returned by getGroup().
static String ATTR_INTERFACE_NAME
          Attribute of type String which denotes the classname of the proxy (AMX) for this MBean.
static String ATTR_MBEAN_INFO_IS_INVARIANT
          Attribute of type boolean.
static String ATTR_NAME
          Attribute returned by getName().
static String ATTR_OBJECT_NAME
          Attribute of type ObjectName; the ObjectName of this MBean.
 
Constructor Summary
AMXAttributes()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ATTR_OBJECT_NAME

public static final String ATTR_OBJECT_NAME
Attribute of type ObjectName; the ObjectName of this MBean.

See Also:
Extra.getObjectName(), Constant Field Values

ATTR_INTERFACE_NAME

public static final String ATTR_INTERFACE_NAME
Attribute of type String which denotes the classname of the proxy (AMX) for this MBean.

See Also:
Extra.getInterfaceName(), Constant Field Values

ATTR_CONTAINER_OBJECT_NAME

public static final String ATTR_CONTAINER_OBJECT_NAME
Attribute of type ObjectName.

See Also:
Extra.getInterfaceName(), Constant Field Values

ATTR_MBEAN_INFO_IS_INVARIANT

public static final String ATTR_MBEAN_INFO_IS_INVARIANT
Attribute of type boolean.

See Also:
Extra.getMBeanInfoIsInvariant(), Constant Field Values

ATTR_FULL_TYPE

public static final String ATTR_FULL_TYPE
Attribute of type String.

See Also:
AMX.getFullType(), Constant Field Values

ATTR_GROUP

public static final String ATTR_GROUP
Attribute returned by getGroup().

See Also:
AMX.getGroup(), Constant Field Values

ATTR_NAME

public static final String ATTR_NAME
Attribute returned by getName().

See Also:
AMX.getName(), Constant Field Values

ATTR_ATTRIBUTE_NAMES

public static final String ATTR_ATTRIBUTE_NAMES
Attribute of type String[]

See Also:
Extra.getAttributeNames(), Constant Field Values
Constructor Detail

AMXAttributes

public AMXAttributes()

Java EE 5 SDK

Submit a bug or feature

Copyright 2006 Sun Microsystems, Inc. All rights reserved.