Uses of Class
org.apache.openejb.jee.was.v6.common.EjbRef

Packages that use EjbRef
org.apache.openejb.jee.was.v6.common Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
org.apache.openejb.jee.was.v6.commonbnd Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of EjbRef in org.apache.openejb.jee.was.v6.common
 

Subclasses of EjbRef in org.apache.openejb.jee.was.v6.common
 class EJBLocalRef
           
 

Fields in org.apache.openejb.jee.was.v6.common with type parameters of type EjbRef
protected  java.util.List<EjbRef> JNDIEnvRefsGroup.ejbRefs
           
 

Methods in org.apache.openejb.jee.was.v6.common that return EjbRef
 EjbRef ObjectFactory.createEjbRef()
          Create an instance of EjbRef
 

Methods in org.apache.openejb.jee.was.v6.common that return types with arguments of type EjbRef
 javax.xml.bind.JAXBElement<EjbRef> ObjectFactory.createEjbRef(EjbRef value)
          Create an instance of JAXBElement<EjbRef>
 java.util.List<EjbRef> JNDIEnvRefsGroup.getEjbRefs()
          Gets the value of the ejbRefs property.
 

Methods in org.apache.openejb.jee.was.v6.common with parameters of type EjbRef
 javax.xml.bind.JAXBElement<EjbRef> ObjectFactory.createEjbRef(EjbRef value)
          Create an instance of JAXBElement<EjbRef>
 

Uses of EjbRef in org.apache.openejb.jee.was.v6.commonbnd
 

Fields in org.apache.openejb.jee.was.v6.commonbnd with type parameters of type EjbRef
protected  java.util.List<EjbRef> EjbRefBinding.bindingEjbRefs
           
 

Methods in org.apache.openejb.jee.was.v6.commonbnd that return types with arguments of type EjbRef
 java.util.List<EjbRef> EjbRefBinding.getBindingEjbRefs()
          Gets the value of the bindingEjbRefs property.
 



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