Uses of Class
org.apache.openejb.jee.EjbRef
-
Packages that use EjbRef Package Description 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 Modifier and Type Field Description protected KeyedCollection<String,EjbRef>Application. ejbRefprotected KeyedCollection<String,EjbRef>ApplicationClient. ejbRefprotected KeyedCollection<String,EjbRef>EntityBean. ejbRefprotected KeyedCollection<String,EjbRef>Interceptor. ejbRefprotected KeyedCollection<String,EjbRef>MessageDrivenBean. ejbRefprotected KeyedCollection<String,EjbRef>SessionBean. ejbRefprotected KeyedCollection<String,EjbRef>WebApp. ejbRefprotected KeyedCollection<String,EjbRef>WebFragment. ejbRefMethods in org.apache.openejb.jee that return EjbRef Modifier and Type Method Description EjbRefEjbRef. home(Class<?> home)EjbRefEjbRef. home(String home)EjbRefEjbRef. injectionTarget(Class<?> clazz, String property)EjbRefEjbRef. injectionTarget(String className, String property)EjbRefEjbRef. link(String link)EjbRefEjbRef. lookup(String lookupName)EjbRefEjbRef. mappedName(String mappedName)EjbRefEjbRef. name(String ejbRefName)EjbRefEjbRef. remote(Class<?> remote)EjbRefEjbRef. remote(String remote)EjbRefEjbRef. type(EjbRefType ejbRefType)Methods in org.apache.openejb.jee that return types with arguments of type EjbRef Modifier and Type Method Description Collection<EjbRef>Application. getEjbRef()Collection<EjbRef>ApplicationClient. getEjbRef()Collection<EjbRef>EntityBean. getEjbRef()Collection<EjbRef>Interceptor. getEjbRef()Collection<EjbRef>JndiConsumer. getEjbRef()Collection<EjbRef>MessageDrivenBean. getEjbRef()Collection<EjbRef>SessionBean. getEjbRef()Collection<EjbRef>WebApp. getEjbRef()Collection<EjbRef>WebFragment. getEjbRef()Map<String,EjbRef>Application. getEjbRefMap()Map<String,EjbRef>ApplicationClient. getEjbRefMap()Map<String,EjbRef>EntityBean. getEjbRefMap()Map<String,EjbRef>Interceptor. getEjbRefMap()Map<String,EjbRef>JndiConsumer. getEjbRefMap()Map<String,EjbRef>MessageDrivenBean. getEjbRefMap()Map<String,EjbRef>SessionBean. getEjbRefMap()Map<String,EjbRef>WebApp. getEjbRefMap()Map<String,EjbRef>WebFragment. getEjbRefMap()
-