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

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



Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.