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

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

Uses of EjbLocalRef in org.jboss.ejb3.metamodel
 

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

Methods in org.jboss.ejb3.metamodel with parameters of type EjbLocalRef
 void JBossDDObjectFactory.addChild(Consumer parent, EjbLocalRef ref, org.jboss.xb.binding.UnmarshallingContext navigator, String namespaceURI, String localName)
          Called when parsing character is complete.
 void JBossDDObjectFactory.addChild(EnterpriseBeans parent, EjbLocalRef ref, org.jboss.xb.binding.UnmarshallingContext navigator, String namespaceURI, String localName)
          Called when parsing character is complete.
 void EjbJarDDObjectFactory.addChild(Interceptor parent, EjbLocalRef ref, org.jboss.xb.binding.UnmarshallingContext navigator, String namespaceURI, String localName)
          Called when parsing character is complete.
 void EjbJarDDObjectFactory.addChild(MessageDrivenBean parent, EjbLocalRef ref, org.jboss.xb.binding.UnmarshallingContext navigator, String namespaceURI, String localName)
          Called when parsing character is complete.
 void JBossDDObjectFactory.addChild(Service parent, EjbLocalRef ref, org.jboss.xb.binding.UnmarshallingContext navigator, String namespaceURI, String localName)
          Called when parsing character is complete.
 void EjbJarDDObjectFactory.addChild(SessionEnterpriseBean parent, EjbLocalRef ref, org.jboss.xb.binding.UnmarshallingContext navigator, String namespaceURI, String localName)
           
 void EnterpriseBeans.updateEjbLocalRef(EjbLocalRef ref)
           
 

Uses of EjbLocalRef in org.jboss.metamodel.descriptor
 

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

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

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



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