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

Packages that use ServiceRef
org.apache.openejb.jee Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of ServiceRef in org.apache.openejb.jee
 

Fields in org.apache.openejb.jee with type parameters of type ServiceRef
protected  KeyedCollection<String,ServiceRef> Interceptor.serviceRef
           
protected  KeyedCollection<String,ServiceRef> SessionBean.serviceRef
           
protected  KeyedCollection<String,ServiceRef> MessageDrivenBean.serviceRef
           
protected  KeyedCollection<String,ServiceRef> ApplicationClient.serviceRef
           
protected  KeyedCollection<String,ServiceRef> WebApp.serviceRef
           
protected  KeyedCollection<String,ServiceRef> EntityBean.serviceRef
           
 

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



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