Uses of Class
org.apache.openejb.jee.oejb2.EjbLocalRefType

Packages that use EjbLocalRefType
org.apache.openejb.jee.oejb2 Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of EjbLocalRefType in org.apache.openejb.jee.oejb2
 

Fields in org.apache.openejb.jee.oejb2 with type parameters of type EjbLocalRefType
protected  java.util.List<EjbLocalRefType> EntityBeanType.ejbLocalRef
           
protected  java.util.List<EjbLocalRefType> MessageDrivenBeanType.ejbLocalRef
           
protected  java.util.List<EjbLocalRefType> SessionBeanType.ejbLocalRef
           
protected  java.util.List<EjbLocalRefType> GeronimoEjbJarType.ejbLocalRef
           
 

Methods in org.apache.openejb.jee.oejb2 that return EjbLocalRefType
 EjbLocalRefType ObjectFactory.createEjbLocalRefType()
          Create an instance of EjbLocalRefType
 

Methods in org.apache.openejb.jee.oejb2 that return types with arguments of type EjbLocalRefType
 javax.xml.bind.JAXBElement<EjbLocalRefType> ObjectFactory.createEjbLocalRef(EjbLocalRefType value)
          Create an instance of JAXBElement<EjbLocalRefType>}
 java.util.List<EjbLocalRefType> EntityBeanType.getEjbLocalRef()
          Gets the value of the ejbLocalRef property.
 java.util.List<EjbLocalRefType> EnterpriseBean.getEjbLocalRef()
           
 java.util.List<EjbLocalRefType> MessageDrivenBeanType.getEjbLocalRef()
          Gets the value of the ejbLocalRef property.
 java.util.List<EjbLocalRefType> SessionBeanType.getEjbLocalRef()
           
 java.util.List<EjbLocalRefType> GeronimoEjbJarType.getEjbLocalRef()
           
 

Methods in org.apache.openejb.jee.oejb2 with parameters of type EjbLocalRefType
 javax.xml.bind.JAXBElement<EjbLocalRefType> ObjectFactory.createEjbLocalRef(EjbLocalRefType value)
          Create an instance of JAXBElement<EjbLocalRefType>}
 



Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.