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

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

Uses of MessageDestinationRef in org.apache.openejb.jee
 

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

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



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