Uses of Class
org.apache.openejb.jee.ResourceRef
-
Packages that use ResourceRef Package Description org.apache.openejb.jee Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of ResourceRef in org.apache.openejb.jee
Fields in org.apache.openejb.jee with type parameters of type ResourceRef Modifier and Type Field Description protected KeyedCollection<String,ResourceRef>Application. resourceRefprotected KeyedCollection<String,ResourceRef>ApplicationClient. resourceRefprotected KeyedCollection<String,ResourceRef>EntityBean. resourceRefprotected KeyedCollection<String,ResourceRef>Interceptor. resourceRefprotected KeyedCollection<String,ResourceRef>MessageDrivenBean. resourceRefprotected KeyedCollection<String,ResourceRef>SessionBean. resourceRefprotected KeyedCollection<String,ResourceRef>WebApp. resourceRefprotected KeyedCollection<String,ResourceRef>WebFragment. resourceRefMethods in org.apache.openejb.jee that return ResourceRef Modifier and Type Method Description ResourceRefResourceRef. auth(ResAuth resAuth)ResourceRefResourceRef. injectionTarget(Class<?> clazz, String property)ResourceRefResourceRef. injectionTarget(String className, String property)ResourceRefResourceRef. lookup(String lookupName)ResourceRefResourceRef. mappedName(String mappedName)ResourceRefResourceRef. name(String resRefName)ResourceRefResourceRef. type(String resType)
-