Uses of Class
org.apache.openejb.jee.sun.EjbRef
-
Packages that use EjbRef Package Description org.apache.openejb.jee.sun Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of EjbRef in org.apache.openejb.jee.sun
Fields in org.apache.openejb.jee.sun with type parameters of type EjbRef Modifier and Type Field Description protected List<EjbRef>Ejb. ejbRefprotected List<EjbRef>SunApplication. ejbRefprotected List<EjbRef>SunApplicationClient. ejbRefprotected List<EjbRef>SunWebApp. ejbRefMethods in org.apache.openejb.jee.sun that return types with arguments of type EjbRef Modifier and Type Method Description List<EjbRef>Ejb. getEjbRef()List<EjbRef>SunApplication. getEjbRef()List<EjbRef>SunApplicationClient. getEjbRef()List<EjbRef>SunWebApp. getEjbRef()
-