Uses of Class
org.apache.openejb.jee.MessageDestination
-
Packages that use MessageDestination Package Description 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 Modifier and Type Field Description protected KeyedCollection<String,MessageDestination>Application. messageDestinationprotected KeyedCollection<String,MessageDestination>ApplicationClient. messageDestinationprotected List<MessageDestination>AssemblyDescriptor. messageDestinationprotected List<MessageDestination>WebApp. messageDestinationprotected List<MessageDestination>WebFragment. messageDestinationMethods in org.apache.openejb.jee that return types with arguments of type MessageDestination Modifier and Type Method Description Collection<MessageDestination>Application. getMessageDestination()Collection<MessageDestination>ApplicationClient. getMessageDestination()List<MessageDestination>AssemblyDescriptor. getMessageDestination()List<MessageDestination>WebApp. getMessageDestination()List<MessageDestination>WebCommon. getMessageDestination()List<MessageDestination>WebFragment. getMessageDestination()
-