The MetaDataBuilder interface defines the contract between the
Model MBean and a metadata builder implementation. The metadata builder
implementations can extract the MBean management interface definition from
a given data source and construct the corresponding JMX MBeanInfo object
instances that define the Model MBean.
This interface also defines accessor methods for setting properties which
can be used to configure the builder implementations. See
MetaDataBuilder.setProperty and
MetaDataBuilder.getProperty methods for more information.
See Also: org.jboss.mx.metadata.AbstractBuilder author: Juha Lindfors. version: $Revision: 57200 $ |