Uses of Class
org.apache.openejb.jee.sun.MessageDestination
-
Packages that use MessageDestination Package Description org.apache.openejb.jee.sun Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of MessageDestination in org.apache.openejb.jee.sun
Fields in org.apache.openejb.jee.sun with type parameters of type MessageDestination Modifier and Type Field Description protected List<MessageDestination>EnterpriseBeans. messageDestinationprotected List<MessageDestination>SunApplication. messageDestinationprotected List<MessageDestination>SunApplicationClient. messageDestinationprotected List<MessageDestination>SunWebApp. messageDestinationMethods in org.apache.openejb.jee.sun that return types with arguments of type MessageDestination Modifier and Type Method Description List<MessageDestination>EnterpriseBeans. getMessageDestination()List<MessageDestination>SunApplication. getMessageDestination()List<MessageDestination>SunApplicationClient. getMessageDestination()List<MessageDestination>SunWebApp. getMessageDestination()
-