|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Extra
Extra information available about each AMX
. Most
of these fields are for advanced use and/or direct use of JMX.
Util.getExtra(com.sun.appserv.management.base.AMX)
,
AMX
Method Summary | |
---|---|
boolean |
checkValid()
A proxy can become invalid if its corresponding MBean is unregistered. |
Map<String,Object> |
getAllAttributes()
Get all available Attribute values, keyed by name. |
String[] |
getAttributeNames()
Get the names of all available Attributes as found in MBeanInfo. |
ConnectionSource |
getConnectionSource()
|
String |
getInterfaceName()
Return the Java classname of the interface that this implements. |
MBeanInfo |
getMBeanInfo()
|
boolean |
getMBeanInfoIsInvariant()
|
ObjectName |
getObjectName()
|
ProxyFactory |
getProxyFactory()
|
Methods inherited from interface com.sun.appserv.management.base.StdAttributesAccess |
---|
getAttribute, getAttributes, setAttribute, setAttributes |
Method Detail |
---|
String[] getAttributeNames()
ObjectName getObjectName()
MBeanInfo getMBeanInfo()
boolean getMBeanInfoIsInvariant()
String getInterfaceName()
ProxyFactory getProxyFactory()
ProxyFactory
that created the AMX
ConnectionSource getConnectionSource()
AMX
Map<String,Object> getAllAttributes()
boolean checkValid()
|
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.