org.jboss.mx.metadata.xb
Class ModelMBeanOperationInfoContainer
java.lang.Object
org.jboss.mx.metadata.xb.ModelMBeanOperationInfoContainer
- All Implemented Interfaces:
- org.jboss.xb.binding.GenericValueContainer
public class ModelMBeanOperationInfoContainer
- extends Object
- implements org.jboss.xb.binding.GenericValueContainer
The ModelMBeanOperationInfo JBossXB container
- Version:
- $Revision: 81026 $
- Author:
- Scott.Stark@jboss.org
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ModelMBeanOperationInfoContainer
public ModelMBeanOperationInfoContainer()
getName
public String getName()
setName
public void setName(String name)
getReturnType
public String getReturnType()
setReturnType
public void setReturnType(String returnType)
getImpact
public String getImpact()
setImpact
public void setImpact(String impact)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getDescriptors
public Descriptor getDescriptors()
setDescriptors
public void setDescriptors(Descriptor descriptor)
addParameter
public void addParameter(MBeanParameterInfo param)
instantiate
public Object instantiate()
- Specified by:
instantiate
in interface org.jboss.xb.binding.GenericValueContainer
addChild
public void addChild(QName name,
Object value)
- Specified by:
addChild
in interface org.jboss.xb.binding.GenericValueContainer
getTargetClass
public Class getTargetClass()
- Specified by:
getTargetClass
in interface org.jboss.xb.binding.GenericValueContainer
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.