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