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

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

Uses of EjbRef in org.apache.openejb.jee
 

Fields in org.apache.openejb.jee with type parameters of type EjbRef
protected  KeyedCollection<String,EjbRef> Interceptor.ejbRef
           
protected  KeyedCollection<String,EjbRef> WebApp.ejbRef
           
protected  KeyedCollection<String,EjbRef> MessageDrivenBean.ejbRef
           
protected  KeyedCollection<String,EjbRef> WebFragment.ejbRef
           
protected  KeyedCollection<String,EjbRef> EntityBean.ejbRef
           
protected  KeyedCollection<String,EjbRef> SessionBean.ejbRef
           
protected  KeyedCollection<String,EjbRef> Application.ejbRef
           
protected  KeyedCollection<String,EjbRef> ApplicationClient.ejbRef
           
 

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

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



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