org.jboss.mx.metadata.xb
Class ModelMBeanInfoSupportWrapper

java.lang.Object
  extended by org.jboss.mx.metadata.xb.ModelMBeanInfoSupportWrapper

public class ModelMBeanInfoSupportWrapper
extends Object

A javabean wrapper used to construct a ModelMBeanInfoSupport

Version:
$Revision: 81026 $
Author:
Scott.Stark@jboss.org

Constructor Summary
ModelMBeanInfoSupportWrapper()
           
 
Method Summary
 void addAttribute(ModelMBeanAttributeInfo info)
           
 void addConstructor(ModelMBeanConstructorInfo info)
           
 void addNotification(ModelMBeanNotificationInfo info)
           
 void addOperation(ModelMBeanOperationInfo info)
           
 String getClassName()
           
 String getDescription()
           
 Descriptor getDescriptors()
           
 ModelMBeanInfo getMBeanInfo()
           
 Object instantiate()
           
 void setClassName(String mmbClassName)
           
 void setDescription(String description)
           
 void setDescriptors(Descriptor descriptor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelMBeanInfoSupportWrapper

public ModelMBeanInfoSupportWrapper()
Method Detail

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 © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.