|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.sun.appserv.management.base.AMXAttributes
public final class AMXAttributes
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 |
---|
public static final String ATTR_OBJECT_NAME
Extra.getObjectName()
,
Constant Field Valuespublic static final String ATTR_INTERFACE_NAME
Extra.getInterfaceName()
,
Constant Field Valuespublic static final String ATTR_CONTAINER_OBJECT_NAME
Extra.getInterfaceName()
,
Constant Field Valuespublic static final String ATTR_MBEAN_INFO_IS_INVARIANT
Extra.getMBeanInfoIsInvariant()
,
Constant Field Valuespublic static final String ATTR_FULL_TYPE
AMX.getFullType()
,
Constant Field Valuespublic static final String ATTR_GROUP
AMX.getGroup()
,
Constant Field Valuespublic static final String ATTR_NAME
AMX.getName()
,
Constant Field Valuespublic static final String ATTR_ATTRIBUTE_NAMES
Extra.getAttributeNames()
,
Constant Field ValuesConstructor Detail |
---|
public AMXAttributes()
|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2006 Sun Microsystems, Inc. All rights reserved.