站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 jmx API Documentation 英文版文档

JBossXMBean12 (JBoss/JMX API) - JBoss 3.2.7 jmx API Documentation 英文版文档


org.jboss.mx.metadata
Class JBossXMBean12

java.lang.Object
  extended byorg.jboss.mx.metadata.AbstractBuilder
      extended byorg.jboss.mx.metadata.JBossXMBean12
All Implemented Interfaces:
MetaDataBuilder, ModelMBeanConstants, XMBeanConstants

public class JBossXMBean12
extends AbstractBuilder
implements XMBeanConstants


Field Summary
 
Fields inherited from class org.jboss.mx.metadata.AbstractBuilder
properties
 
Fields inherited from interface org.jboss.mx.modelmbean.XMBeanConstants
DESCRIPTOR, GET_METHOD_ATTRIBUTE, METADATA_DESCRIPTOR_PREFIX, PERSIST_POLICY_LIST, RESOURCE_DESCRIPTOR_PREFIX, RESOURCE_REFERENCE, RESOURCE_TYPE, SAX_PARSER, SET_METHOD_ATTRIBUTE, STANDARD_INTERFACE, STANDARD_MBEAN, XMBEAN_DESCRIPTOR_PREFIX, XML_VALIDATION
 
Fields inherited from interface org.jboss.mx.modelmbean.ModelMBeanConstants
ACTION, ACTION_INFO, ALL_DESCRIPTORS, ATTRIBUTE_DESCRIPTOR, CACHE_ALWAYS, CACHE_NEVER, CONSTRUCTOR, CONSTRUCTOR_DESCRIPTOR, CURRENCY_TIME_LIMIT, DEFAULT, DELEGATING_PM_OPERATION_DEFAULT_VALUE, DELEGATING_PM_OPERATION_DESCRIPTOR, DELEGATING_PM_SERVICE_DEFAULT_VALUE, DELEGATING_PM_SERVICE_DESCRIPTOR, DESCRIPTOR_TYPE, DISPLAY_NAME, EXPORT, GENERIC_MODELMBEAN_NOTIFICATION, GET_METHOD, GETTER, HIGH_VISIBILITY, INFO, INTERCEPTORS, IS_IS, IS_READABLE, IS_WRITABLE, LAST_RETURNED_TIME_STAMP, LAST_UPDATED_TIME_STAMP, LOG, LOW_VISIBILITY, MBEAN_DESCRIPTOR, MBEAN_INFO_INJECTION_TYPE, MBEAN_SERVER_INJECTION_TYPE, MINIMAL_VISIBILITY, NAME, NORMAL_VISIBILITY, NOTIFICATION_DESCRIPTOR, OBJECT_NAME, OBJECT_NAME_INJECTION_TYPE, OBJECT_REF, OPERATION_DESCRIPTOR, PERSIST_INFO, PERSIST_LOCATION, PERSIST_NAME, PERSIST_PERIOD, PERSIST_POLICY, PERSISTENCE_MANAGER, PM_NEVER, PM_NO_MORE_OFTEN_THAN, PM_ON_TIMER, PM_ON_UPDATE, RESOURCE_CLASS, ROLE, SET_METHOD, SETTER, SEVERITY, VALUE, VISIBILITY
 
Constructor Summary
JBossXMBean12(String mmbClassName, String resourceClassName, org.dom4j.Element element, Map properties)
          Initialized a parser for the JBossMX 1.2 XMBean schema.
 
Method Summary
 MBeanInfo build()
          Constructs the Model MBean metadata.
 
Methods inherited from class org.jboss.mx.metadata.AbstractBuilder
getBooleanProperty, getProperties, getProperty, getStringProperty, setProperties, setProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JBossXMBean12

public JBossXMBean12(String mmbClassName,
                     String resourceClassName,
                     org.dom4j.Element element,
                     Map properties)
Initialized a parser for the JBossMX 1.2 XMBean schema.

Parameters:
mmbClassName - the name of the Model MBean implementation class
resourceClassName - the name of the resource class this Model MBean represents
Method Detail

build

public MBeanInfo build()
                throws NotCompliantMBeanException
Description copied from interface: MetaDataBuilder
Constructs the Model MBean metadata.

Specified by:
build in interface MetaDataBuilder
Specified by:
build in class AbstractBuilder
Throws:
NotCompliantMBeanException


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.