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