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

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

Uses of EjbRef in org.jboss.ejb3.metamodel
 

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

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

Uses of EjbRef in org.jboss.metamodel.descriptor
 

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

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

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



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