Uses of Class
org.apache.catalina.deploy.MessageDestination
-
Packages that use MessageDestination Package Description com.sun.enterprise.web.deploy org.apache.catalina.core -
-
Uses of MessageDestination in com.sun.enterprise.web.deploy
Subclasses of MessageDestination in com.sun.enterprise.web.deploy Modifier and Type Class Description classMessageDestinationDecoratorDecorator of classorg.apache.catalina.deploy.MessageDestination -
Uses of MessageDestination in org.apache.catalina.core
Methods in org.apache.catalina.core that return MessageDestination Modifier and Type Method Description MessageDestinationStandardContext. findMessageDestination(String name)Return the message destination with the specified name, if any; otherwise, returnnull.MessageDestination[]StandardContext. findMessageDestinations()Return the set of defined message destinations for this web application.Methods in org.apache.catalina.core with parameters of type MessageDestination Modifier and Type Method Description voidStandardContext. addMessageDestination(MessageDestination md)Add a message destination for this web application.
-