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
protected  Object AdminObject.createAdminObject(AdminObjectMetaData aomd)
          Create the admin object
static Object AdminObjectFactory.createAdminObject(String jndiName, javax.management.ObjectName rarName, AdminObjectMetaData aomd, Properties properties)
           
 Object ResourceAdapterObjectModelFactory.newChild(AdminObjectMetaData aomd, org.jboss.xb.binding.UnmarshallingContext navigator, String namespaceURI, String localName, Attributes attrs)
          admin object child elements
 void ResourceAdapterObjectModelFactory.setValue(AdminObjectMetaData aomd, org.jboss.xb.binding.UnmarshallingContext navigator, String namespaceURI, String localName, String value)
          admin object definition elements
 

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.