Uses of Class
org.apache.openejb.jee.ResourceRef

Packages that use ResourceRef
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
protected  KeyedCollection<String,ResourceRef> WebFragment.resourceRef
           
protected  KeyedCollection<String,ResourceRef> WebApp.resourceRef
           
protected  KeyedCollection<String,ResourceRef> SessionBean.resourceRef
           
protected  KeyedCollection<String,ResourceRef> MessageDrivenBean.resourceRef
           
protected  KeyedCollection<String,ResourceRef> Interceptor.resourceRef
           
protected  KeyedCollection<String,ResourceRef> EntityBean.resourceRef
           
protected  KeyedCollection<String,ResourceRef> ApplicationClient.resourceRef
           
protected  KeyedCollection<String,ResourceRef> Application.resourceRef
           
 

Methods in org.apache.openejb.jee that return ResourceRef
 ResourceRef ResourceRef.auth(ResAuth resAuth)
           
 ResourceRef ResourceRef.injectionTarget(Class<?> clazz, String property)
           
 ResourceRef ResourceRef.injectionTarget(String className, String property)
           
 ResourceRef ResourceRef.lookup(String lookupName)
           
 ResourceRef ResourceRef.mappedName(String mappedName)
           
 ResourceRef ResourceRef.name(String resRefName)
           
 ResourceRef ResourceRef.type(String resType)
           
 

Methods in org.apache.openejb.jee that return types with arguments of type ResourceRef
 Collection<ResourceRef> WebFragment.getResourceRef()
           
 Collection<ResourceRef> WebApp.getResourceRef()
           
 Collection<ResourceRef> SessionBean.getResourceRef()
           
 Collection<ResourceRef> MessageDrivenBean.getResourceRef()
           
 Collection<ResourceRef> JndiConsumer.getResourceRef()
           
 Collection<ResourceRef> Interceptor.getResourceRef()
           
 Collection<ResourceRef> EntityBean.getResourceRef()
           
 Collection<ResourceRef> ApplicationClient.getResourceRef()
           
 Collection<ResourceRef> Application.getResourceRef()
           
 Map<String,ResourceRef> WebFragment.getResourceRefMap()
           
 Map<String,ResourceRef> WebApp.getResourceRefMap()
           
 Map<String,ResourceRef> SessionBean.getResourceRefMap()
           
 Map<String,ResourceRef> MessageDrivenBean.getResourceRefMap()
           
 Map<String,ResourceRef> JndiConsumer.getResourceRefMap()
           
 Map<String,ResourceRef> Interceptor.getResourceRefMap()
           
 Map<String,ResourceRef> EntityBean.getResourceRefMap()
           
 Map<String,ResourceRef> ApplicationClient.getResourceRefMap()
           
 Map<String,ResourceRef> Application.getResourceRefMap()
           
 



Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.