MBeanResourcepublic class MBeanResource extends Object implements org.jboss.console.manager.interfaces.ManageableResource
Fields Summary |
---|
String | className | ObjectName | oj | transient Object | mbean |
Constructors Summary |
---|
public MBeanResource() // SUPPORT FOR REMOTE MBEANS!!!!
// Static --------------------------------------------------------
// Constructors --------------------------------------------------
| public MBeanResource(ObjectName oj, String clazz)
this.oj = oj;
this.className = clazz;
| public MBeanResource(ObjectName oj, String clazz, Object proxy)
this.oj = oj;
this.className = clazz;
this.mbean = proxy;
|
|