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> WebFragment.ejbLocalRef
           
protected  KeyedCollection<String,EjbLocalRef> WebApp.ejbLocalRef
           
protected  KeyedCollection<String,EjbLocalRef> SessionBean.ejbLocalRef
           
protected  KeyedCollection<String,EjbLocalRef> MessageDrivenBean.ejbLocalRef
           
protected  KeyedCollection<String,EjbLocalRef> Interceptor.ejbLocalRef
           
protected  KeyedCollection<String,EjbLocalRef> EntityBean.ejbLocalRef
           
protected  KeyedCollection<String,EjbLocalRef> ApplicationClient.ejbLocalRef
           
protected  KeyedCollection<String,EjbLocalRef> Application.ejbLocalRef
           
 

Methods in org.apache.openejb.jee that return EjbLocalRef
 EjbLocalRef EjbLocalRef.injectionTarget(Class<?> clazz, String property)
           
 EjbLocalRef EjbLocalRef.injectionTarget(String className, String property)
           
 EjbLocalRef EjbLocalRef.link(String link)
           
 EjbLocalRef EjbLocalRef.local(Class<?> local)
           
 EjbLocalRef EjbLocalRef.local(String local)
           
 EjbLocalRef EjbLocalRef.localHome(Class<?> localHome)
           
 EjbLocalRef EjbLocalRef.localHome(String localHome)
           
 EjbLocalRef EjbLocalRef.lookup(String lookupName)
           
 EjbLocalRef EjbLocalRef.mappedName(String mappedName)
           
 EjbLocalRef EjbLocalRef.name(String ejbRefName)
           
 EjbLocalRef EjbLocalRef.type(EjbRefType ejbRefType)
           
 

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



Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.