org.jboss.mx.metadata.xb
Class ModelMBeanInfoSupportWrapper
java.lang.Object
org.jboss.mx.metadata.xb.ModelMBeanInfoSupportWrapper
public class ModelMBeanInfoSupportWrapper
- extends Object
A javabean wrapper used to construct a ModelMBeanInfoSupport
- Version:
- $Revision: 85671 $
- Author:
- Scott.Stark@jboss.org
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ModelMBeanInfoSupportWrapper
public ModelMBeanInfoSupportWrapper()
getClassName
public String getClassName()
setClassName
public void setClassName(String mmbClassName)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getDescriptors
public Descriptor getDescriptors()
setDescriptors
public void setDescriptors(Descriptor descriptor)
addConstructor
public void addConstructor(ModelMBeanConstructorInfo info)
addAttribute
public void addAttribute(ModelMBeanAttributeInfo info)
addOperation
public void addOperation(ModelMBeanOperationInfo info)
addNotification
public void addNotification(ModelMBeanNotificationInfo info)
instantiate
public Object instantiate()
getMBeanInfo
public ModelMBeanInfo getMBeanInfo()
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.