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

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

Uses of MessageDestination in org.apache.openejb.jee
 

Fields in org.apache.openejb.jee with type parameters of type MessageDestination
protected  List<MessageDestination> WebApp.messageDestination
           
protected  KeyedCollection<String,MessageDestination> Application.messageDestination
           
protected  List<MessageDestination> AssemblyDescriptor.messageDestination
           
protected  KeyedCollection<String,MessageDestination> ApplicationClient.messageDestination
           
protected  List<MessageDestination> WebFragment.messageDestination
           
 

Methods in org.apache.openejb.jee that return types with arguments of type MessageDestination
 List<MessageDestination> WebApp.getMessageDestination()
           
 Collection<MessageDestination> Application.getMessageDestination()
           
 List<MessageDestination> AssemblyDescriptor.getMessageDestination()
           
 Collection<MessageDestination> ApplicationClient.getMessageDestination()
           
 List<MessageDestination> WebFragment.getMessageDestination()
           
 List<MessageDestination> WebCommon.getMessageDestination()
           
 



Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.