public class MBeanClient
extends java.lang.Object
Constructor and Description |
---|
MBeanClient()
Creates the MBeanClient.
|
MBeanClient(java.lang.String url)
Creates the MBeanClient.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getAttribute(javax.management.ObjectName objectName,
java.lang.String attrName)
Gets an attribute.
|
javax.management.MBeanInfo |
getMBeanInfo(javax.management.ObjectName objectName)
Returns the mbean info
|
void |
setProxy(RemoteJMX proxy)
Sets the proxy
|
public MBeanClient()
public MBeanClient(java.lang.String url)
public void setProxy(RemoteJMX proxy)
public javax.management.MBeanInfo getMBeanInfo(javax.management.ObjectName objectName) throws java.lang.Exception
java.lang.Exception
public java.lang.Object getAttribute(javax.management.ObjectName objectName, java.lang.String attrName) throws java.lang.Exception
java.lang.Exception