Uses of Class
org.jboss.metamodel.descriptor.ResourceRef

Packages that use ResourceRef
org.jboss.ejb3.metamodel   
org.jboss.metamodel.descriptor   
 

Uses of ResourceRef in org.jboss.ejb3.metamodel
 

Methods in org.jboss.ejb3.metamodel that return types with arguments of type ResourceRef
 Collection<ResourceRef> Injectable.getResourceRefs()
           
 

Methods in org.jboss.ejb3.metamodel with parameters of type ResourceRef
 void JBossClientDDObjectFactory.addChild(ApplicationClientDD parent, ResourceRef ref, org.jboss.xb.binding.UnmarshallingContext navigator, String namespaceURI, String localName)
           
 void JBossDDObjectFactory.addChild(Consumer parent, ResourceRef ref, org.jboss.xb.binding.UnmarshallingContext navigator, String namespaceURI, String localName)
          Called when parsing character is complete.
 void JBossDDObjectFactory.addChild(EnterpriseBeans parent, ResourceRef ref, org.jboss.xb.binding.UnmarshallingContext navigator, String namespaceURI, String localName)
          Called when parsing character is complete.
 void EjbJarDDObjectFactory.addChild(Interceptor parent, ResourceRef ref, org.jboss.xb.binding.UnmarshallingContext navigator, String namespaceURI, String localName)
          Called when parsing character is complete.
 void EjbJarDDObjectFactory.addChild(MessageDrivenBean parent, ResourceRef envRef, org.jboss.xb.binding.UnmarshallingContext navigator, String namespaceURI, String localName)
          Called when parsing character is complete.
 void JBossDDObjectFactory.addChild(Service parent, ResourceRef ref, org.jboss.xb.binding.UnmarshallingContext navigator, String namespaceURI, String localName)
          Called when parsing character is complete.
 void EjbJarDDObjectFactory.addChild(SessionEnterpriseBean parent, ResourceRef envRef, org.jboss.xb.binding.UnmarshallingContext navigator, String namespaceURI, String localName)
          Called when parsing character is complete.
 void EnterpriseBeans.addResourceRef(ResourceRef ref)
           
 void EnterpriseBean.mergeResourceRef(ResourceRef ref)
           
 void EnterpriseBeans.updateResourceRef(ResourceRef ref)
           
 

Uses of ResourceRef in org.jboss.metamodel.descriptor
 

Fields in org.jboss.metamodel.descriptor with type parameters of type ResourceRef
protected  HashMap<String,ResourceRef> EnvironmentRefGroup.resourceRefs
           
 

Methods in org.jboss.metamodel.descriptor that return types with arguments of type ResourceRef
 Collection<ResourceRef> EnvironmentRefGroup.getResourceRefs()
           
 

Methods in org.jboss.metamodel.descriptor with parameters of type ResourceRef
 void DDObjectFactory.addChild(ResourceRef parent, InjectionTarget target, org.jboss.xb.binding.UnmarshallingContext navigator, String namespaceURI, String localName)
           
 void EnvironmentRefGroup.addResourceRef(ResourceRef ref)
           
 void ResourceRef.merge(ResourceRef ref)
           
 Object DDObjectFactory.newChild(ResourceRef ref, org.jboss.xb.binding.UnmarshallingContext navigator, String namespaceURI, String localName, Attributes attrs)
           
 void DDObjectFactory.setValue(ResourceRef ref, org.jboss.xb.binding.UnmarshallingContext navigator, String namespaceURI, String localName, String value)
           
 void EnvironmentRefGroup.updateResourceRef(ResourceRef updatedRef)
           
 



Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.