Uses of Class
org.apache.openejb.jee.EjbLocalRef
-
Packages that use EjbLocalRef Package Description 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 Modifier and Type Field Description protected KeyedCollection<String,EjbLocalRef>Application. ejbLocalRefprotected KeyedCollection<String,EjbLocalRef>ApplicationClient. ejbLocalRefprotected KeyedCollection<String,EjbLocalRef>EntityBean. ejbLocalRefprotected KeyedCollection<String,EjbLocalRef>Interceptor. ejbLocalRefprotected KeyedCollection<String,EjbLocalRef>MessageDrivenBean. ejbLocalRefprotected KeyedCollection<String,EjbLocalRef>SessionBean. ejbLocalRefprotected KeyedCollection<String,EjbLocalRef>WebApp. ejbLocalRefprotected KeyedCollection<String,EjbLocalRef>WebFragment. ejbLocalRefMethods in org.apache.openejb.jee that return EjbLocalRef Modifier and Type Method Description EjbLocalRefEjbLocalRef. injectionTarget(Class<?> clazz, String property)EjbLocalRefEjbLocalRef. injectionTarget(String className, String property)EjbLocalRefEjbLocalRef. link(String link)EjbLocalRefEjbLocalRef. local(Class<?> local)EjbLocalRefEjbLocalRef. local(String local)EjbLocalRefEjbLocalRef. localHome(Class<?> localHome)EjbLocalRefEjbLocalRef. localHome(String localHome)EjbLocalRefEjbLocalRef. lookup(String lookupName)EjbLocalRefEjbLocalRef. mappedName(String mappedName)EjbLocalRefEjbLocalRef. name(String ejbRefName)EjbLocalRefEjbLocalRef. type(EjbRefType ejbRefType)
-