当前页面:
在线文档首页 >
JBOSS Portal 2.2 API 英文版文档
JavaBeanModelMBeanBuilder - JBOSS Portal 2.2 API 英文版文档
org.jboss.portal.common.mx
Class JavaBeanModelMBeanBuilder
java.lang.Object
org.jboss.portal.common.mx.JavaBeanModelMBeanBuilder
- public class JavaBeanModelMBeanBuilder
- extends java.lang.Object
Method Summary |
static javax.management.modelmbean.ModelMBeanInfo |
build(java.lang.Class from,
java.lang.Class to)
|
static javax.management.modelmbean.ModelMBeanInfo |
build(java.lang.Object o)
|
javax.management.modelmbean.ModelMBeanInfo |
getInfo()
Generates and returns the management interface. |
void |
remove(java.lang.Class itf)
Remove an interface from the management interface. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JavaBeanModelMBeanBuilder
public JavaBeanModelMBeanBuilder(java.lang.Class from,
java.lang.Class to)
throws java.lang.Exception
remove
public void remove(java.lang.Class itf)
- Remove an interface from the management interface.
getInfo
public javax.management.modelmbean.ModelMBeanInfo getInfo()
- Generates and returns the management interface.
build
public static final javax.management.modelmbean.ModelMBeanInfo build(java.lang.Class from,
java.lang.Class to)
throws java.lang.Exception
- Throws:
java.lang.Exception
build
public static final javax.management.modelmbean.ModelMBeanInfo build(java.lang.Object o)
throws java.lang.Exception
- Throws:
java.lang.Exception