Methods Summary |
---|
public boolean | checkValid()A proxy can become invalid if its corresponding MBean is unregistered. For
example, if monitoring is disabled, most monitoring MBeans are unregistered
from the MBeanServer and no longer exist.
|
public java.util.Map | getAllAttributes()Get all available Attribute values, keyed by name. Available from client only;
not a "real" Attribute.
|
public java.lang.String[] | getAttributeNames()Get the names of all available Attributes as found in MBeanInfo.
|
public com.sun.appserv.management.client.ConnectionSource | getConnectionSource()
|
public java.lang.String | getInterfaceName()Return the Java classname of the interface that this
implements. This classname may then subsequently be used
to create a standard JMX proxy if desired. If no such
classname is appropriate, then null will be returned.
|
public javax.management.MBeanInfo | getMBeanInfo()
|
public boolean | getMBeanInfoIsInvariant()
|
public javax.management.ObjectName | getObjectName()
|
public com.sun.appserv.management.client.ProxyFactory | getProxyFactory()
|