Uses of Class
org.apache.openejb.jee.EjbLocalRef

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

Uses of EjbLocalRef in org.apache.openejb.jee
 

Fields in org.apache.openejb.jee with type parameters of type EjbLocalRef
protected  KeyedCollection<String,EjbLocalRef> EntityBean.ejbLocalRef
           
protected  KeyedCollection<String,EjbLocalRef> Interceptor.ejbLocalRef
           
protected  KeyedCollection<String,EjbLocalRef> SessionBean.ejbLocalRef
           
protected  KeyedCollection<String,EjbLocalRef> WebApp.ejbLocalRef
           
protected  KeyedCollection<String,EjbLocalRef> MessageDrivenBean.ejbLocalRef
           
 

Methods in org.apache.openejb.jee that return types with arguments of type EjbLocalRef
 Collection<EjbLocalRef> EntityBean.getEjbLocalRef()
           
 Collection<EjbLocalRef> JndiConsumer.getEjbLocalRef()
           
 Collection<EjbLocalRef> ApplicationClient.getEjbLocalRef()
           
 Collection<EjbLocalRef> Interceptor.getEjbLocalRef()
           
 Collection<EjbLocalRef> SessionBean.getEjbLocalRef()
           
 Collection<EjbLocalRef> WebApp.getEjbLocalRef()
           
 Collection<EjbLocalRef> MessageDrivenBean.getEjbLocalRef()
           
 Map<String,EjbLocalRef> EntityBean.getEjbLocalRefMap()
           
 Map<String,EjbLocalRef> JndiConsumer.getEjbLocalRefMap()
           
 Map<String,EjbLocalRef> ApplicationClient.getEjbLocalRefMap()
           
 Map<String,EjbLocalRef> Interceptor.getEjbLocalRefMap()
           
 Map<String,EjbLocalRef> SessionBean.getEjbLocalRefMap()
           
 Map<String,EjbLocalRef> WebApp.getEjbLocalRefMap()
           
 Map<String,EjbLocalRef> MessageDrivenBean.getEjbLocalRefMap()
           
 



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