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

Uses of Class org.jboss.resource.metadata.AdminObjectMetaData (JBoss Connector API) - JBoss 4.0.1 sp1 connector API Documentation 英文版文档


Uses of Class
org.jboss.resource.metadata.AdminObjectMetaData

Packages that use AdminObjectMetaData
org.jboss.resource.deployment   
org.jboss.resource.metadata   
 

Uses of AdminObjectMetaData in org.jboss.resource.deployment
 

Methods in org.jboss.resource.deployment that return AdminObjectMetaData
protected  AdminObjectMetaData AdminObject.retrieveAdminObjectMetaData()
          Retrieve the admin object metadata
 

Methods in org.jboss.resource.deployment with parameters of type AdminObjectMetaData
 Object ResourceAdapterObjectModelFactory.newChild(AdminObjectMetaData aomd, org.jboss.xml.binding.ContentNavigator navigator, String namespaceURI, String localName, Attributes attrs)
          admin object child elements
 void ResourceAdapterObjectModelFactory.setValue(AdminObjectMetaData aomd, org.jboss.xml.binding.ContentNavigator navigator, String namespaceURI, String localName, String value)
          admin object definition elements
static Object AdminObjectFactory.createAdminObject(javax.management.ObjectName rarName, AdminObjectMetaData aomd, Properties properties)
           
protected  Object AdminObject.createAdminObject(AdminObjectMetaData aomd)
          Create the admin object
 

Uses of AdminObjectMetaData in org.jboss.resource.metadata
 

Methods in org.jboss.resource.metadata that return AdminObjectMetaData
 AdminObjectMetaData ConnectorMetaData.getAdminObject(String interfaceName)
          Get the admin object
 

Methods in org.jboss.resource.metadata with parameters of type AdminObjectMetaData
 void ConnectorMetaData.addAdminObject(AdminObjectMetaData aomd)
          Add an administered object
 



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