|
J2EE1.4 SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.appserv.management.base.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 java.lang.String |
ATTR_ATTRIBUTE_NAMES
Attribute of type String[] |
static java.lang.String |
ATTR_CONTAINER_OBJECT_NAME
Attribute of type ObjectName. |
static java.lang.String |
ATTR_FULL_TYPE
Attribute of type String. |
static java.lang.String |
ATTR_GROUP
Attribute returned by getGroup(). |
static java.lang.String |
ATTR_INTERFACE_NAME
Attribute of type String which denotes the classname of the proxy (AMX) for this MBean. |
static java.lang.String |
ATTR_MBEAN_INFO_IS_INVARIANT
Attribute of type boolean. |
static java.lang.String |
ATTR_NAME
Attribute returned by getName(). |
static java.lang.String |
ATTR_OBJECT_NAME
Attribute of type ObjectName; the ObjectName of this MBean. |
Constructor Summary | |
AMXAttributes()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String ATTR_OBJECT_NAME
Extra.getObjectName()
,
Constant Field Valuespublic static final java.lang.String ATTR_INTERFACE_NAME
Extra.getInterfaceName()
,
Constant Field Valuespublic static final java.lang.String ATTR_CONTAINER_OBJECT_NAME
Extra.getInterfaceName()
,
Constant Field Valuespublic static final java.lang.String ATTR_MBEAN_INFO_IS_INVARIANT
Extra.getMBeanInfoIsInvariant()
,
Constant Field Valuespublic static final java.lang.String ATTR_FULL_TYPE
AMX.getFullType()
,
Constant Field Valuespublic static final java.lang.String ATTR_GROUP
AMX.getGroup()
,
Constant Field Valuespublic static final java.lang.String ATTR_NAME
AMX.getName()
,
Constant Field Valuespublic static final java.lang.String ATTR_ATTRIBUTE_NAMES
Extra.getAttributeNames()
,
Constant Field ValuesConstructor Detail |
public AMXAttributes()
|
J2EE1.4 SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2003 Sun Microsystems, Inc. All rights reserved.