| java.lang.Object org.jboss.mx.metadata.AbstractBuilder org.jboss.mx.metadata.JBossXMBean10
JBossXMBean10 | public class JBossXMBean10 extends AbstractBuilder implements XMBeanConstants(Code) | | The JBoss 1.0 model mbean descriptor parser class.
author: Matt Munz author: Scott.Stark@jboss.org author: Dimitris.Andreadis@jboss.org version: $Revision: 57200 $ |
Method Summary | |
public MBeanInfo | build() | protected ModelMBeanAttributeInfo[] | buildAttributeInfo(List attributes) | protected ModelMBeanConstructorInfo[] | buildConstructorInfo(List constructors) | protected Descriptor[] | buildInterceptors(Element descriptor) | protected ModelMBeanInfo | buildMBeanMetaData(String description, List constructors, List operations, List attributes, List notifications, Descriptor descr) | protected ModelMBeanNotificationInfo[] | buildNotificationInfo(List notifications) | protected ModelMBeanOperationInfo[] | buildOperationInfo(List operations) | protected MBeanParameterInfo[] | buildParameterInfo(List parameters) | protected Object | convertValue(String unconverted, String typeName) Describe convertType method here. | protected Object | getAttributeValue(Element attribute, String typeName, String which) | protected Descriptor | getDescriptor(Element parent, String infoName, String type) |
JBossXMBean10 | public JBossXMBean10(String mmbClassName, String resourceClassName, Element element, Map properties)(Code) | | |
buildInterceptors | protected Descriptor[] buildInterceptors(Element descriptor)(Code) | | |
getAttributeValue | protected Object getAttributeValue(Element attribute, String typeName, String which) throws NotCompliantMBeanException(Code) | | Get the value for the attribute descriptor "value" or "default"
the same way we would do for mbean attribute overrides
|
Fields inherited from org.jboss.mx.metadata.AbstractBuilder | protected Map properties(Code)(Java Doc)
|
|
|