Uses of Class
com.sun.enterprise.deployment.MessageDestinationReferenceDescriptor
-
-
Uses of MessageDestinationReferenceDescriptor in com.sun.enterprise.deployment
Fields in com.sun.enterprise.deployment with type parameters of type MessageDestinationReferenceDescriptor Modifier and Type Field Description protected Set<MessageDestinationReferenceDescriptor>JndiEnvironmentRefsGroupDescriptor. messageDestReferencesMethods in com.sun.enterprise.deployment that return MessageDestinationReferenceDescriptor Modifier and Type Method Description protected abstract MessageDestinationReferenceDescriptorWebBundleDescriptor. _getMessageDestinationReferenceByName(String name)MessageDestinationReferenceDescriptorApplication. getMessageDestinationReferenceByName(String name)Looks up an message destination reference with the given name.MessageDestinationReferenceDescriptorApplicationClientDescriptor. getMessageDestinationReferenceByName(String name)Looks up an message destination reference with the given name.MessageDestinationReferenceDescriptorJndiEnvironmentRefsGroupDescriptor. getMessageDestinationReferenceByName(String name)MessageDestinationReferenceDescriptorJndiNameEnvironment. getMessageDestinationReferenceByName(String name)Return the message destination reference descriptor corresponding to the given name.abstract MessageDestinationReferenceDescriptorWebBundleDescriptor. getMessageDestinationReferenceByName(String name)MessageDestinationReferenceDescriptorMessageDestinationReferenceDescriptor. getMessageDestinationRefOwner()Get the descriptor for the message destination reference owner.MessageDestinationReferenceDescriptorMessageDestinationReferencerImpl. getMessageDestinationRefOwner()Get the descriptor for the message destination reference owner.Methods in com.sun.enterprise.deployment that return types with arguments of type MessageDestinationReferenceDescriptor Modifier and Type Method Description Set<MessageDestinationReferenceDescriptor>Application. getMessageDestinationReferenceDescriptors()Set<MessageDestinationReferenceDescriptor>ApplicationClientDescriptor. getMessageDestinationReferenceDescriptors()Set<MessageDestinationReferenceDescriptor>JndiEnvironmentRefsGroupDescriptor. getMessageDestinationReferenceDescriptors()abstract Set<MessageDestinationReferenceDescriptor>WebBundleDescriptor. getMessageDestinationReferenceDescriptors()Constructors in com.sun.enterprise.deployment with parameters of type MessageDestinationReferenceDescriptor Constructor Description MessageDestinationReferenceDescriptor(MessageDestinationReferenceDescriptor other)copy constructor -
Uses of MessageDestinationReferenceDescriptor in com.sun.enterprise.deployment.annotation.context
Methods in com.sun.enterprise.deployment.annotation.context that return MessageDestinationReferenceDescriptor Modifier and Type Method Description MessageDestinationReferenceDescriptorResourceContainerContext. getMessageDestinationReference(String name)Looks up a message-destination-ref with the given name.MessageDestinationReferenceDescriptorResourceContainerContextImpl. getMessageDestinationReference(String name)Methods in com.sun.enterprise.deployment.annotation.context with parameters of type MessageDestinationReferenceDescriptor Modifier and Type Method Description voidResourceContainerContext. addMessageDestinationReferenceDescriptor(MessageDestinationReferenceDescriptor msgDestRef)Add a message-destination-refvoidResourceContainerContextImpl. addMessageDestinationReferenceDescriptor(MessageDestinationReferenceDescriptor msgDestReference) -
Uses of MessageDestinationReferenceDescriptor in com.sun.enterprise.deployment.node
Methods in com.sun.enterprise.deployment.node that return MessageDestinationReferenceDescriptor Modifier and Type Method Description MessageDestinationReferenceDescriptorMessageDestinationRefNode. getDescriptor()Methods in com.sun.enterprise.deployment.node with parameters of type MessageDestinationReferenceDescriptor Modifier and Type Method Description NodeMessageDestinationRefNode. writeDescriptor(Node parent, String nodeName, MessageDestinationReferenceDescriptor desc) -
Uses of MessageDestinationReferenceDescriptor in com.sun.enterprise.deployment.node.runtime
Methods in com.sun.enterprise.deployment.node.runtime that return MessageDestinationReferenceDescriptor Modifier and Type Method Description MessageDestinationReferenceDescriptorMessageDestinationRefNode. getDescriptor()Methods in com.sun.enterprise.deployment.node.runtime with parameters of type MessageDestinationReferenceDescriptor Modifier and Type Method Description NodeMessageDestinationRefNode. writeDescriptor(Node parent, String nodeName, MessageDestinationReferenceDescriptor msgDestRef) -
Uses of MessageDestinationReferenceDescriptor in com.sun.enterprise.deployment.types
Methods in com.sun.enterprise.deployment.types that return MessageDestinationReferenceDescriptor Modifier and Type Method Description MessageDestinationReferenceDescriptorMessageDestinationReferenceContainer. getMessageDestinationReferenceByName(String name)Return a message destination reference by the same name or throw an IllegalArgumentException.MessageDestinationReferenceDescriptorMessageDestinationReferencer. getMessageDestinationRefOwner()Get the descriptor for the message destination reference owner.Methods in com.sun.enterprise.deployment.types with parameters of type MessageDestinationReferenceDescriptor Modifier and Type Method Description voidMessageDestinationReferenceContainer. addMessageDestinationReferenceDescriptor(MessageDestinationReferenceDescriptor msgDestReference)Add a message destination reference to myselfvoidMessageDestinationReferenceContainer. removeMessageDestinationReferenceDescriptor(MessageDestinationReferenceDescriptor msgDestRef)Removes the specified message destination reference from the receiver. -
Uses of MessageDestinationReferenceDescriptor in com.sun.enterprise.deployment.util
Methods in com.sun.enterprise.deployment.util with parameters of type MessageDestinationReferenceDescriptor Modifier and Type Method Description protected voidComponentValidator. accept(MessageDestinationReferenceDescriptor msgDestRef)Sets the JNDI name to default if not already set -
Uses of MessageDestinationReferenceDescriptor in com.sun.enterprise.web.deploy
Constructors in com.sun.enterprise.web.deploy with parameters of type MessageDestinationReferenceDescriptor Constructor Description MessageDestinationRefDecorator(MessageDestinationReferenceDescriptor decoree) -
Uses of MessageDestinationReferenceDescriptor in org.glassfish.ejb.deployment.descriptor
Methods in org.glassfish.ejb.deployment.descriptor that return MessageDestinationReferenceDescriptor Modifier and Type Method Description MessageDestinationReferenceDescriptorEjbBundleDescriptorImpl. getMessageDestinationReferenceByName(String name)Looks up an message destination reference with the given name.MessageDestinationReferenceDescriptorEjbDescriptor. getMessageDestinationReferenceByName(String name)Looks up an message destination reference with the given name.MessageDestinationReferenceDescriptorEjbMessageBeanDescriptor. getMessageDestinationRefOwner()Methods in org.glassfish.ejb.deployment.descriptor that return types with arguments of type MessageDestinationReferenceDescriptor Modifier and Type Method Description Set<MessageDestinationReferenceDescriptor>EjbBundleDescriptorImpl. getMessageDestinationReferenceDescriptors()Set<MessageDestinationReferenceDescriptor>EjbDescriptor. getMessageDestinationReferenceDescriptors()Methods in org.glassfish.ejb.deployment.descriptor with parameters of type MessageDestinationReferenceDescriptor Modifier and Type Method Description voidEjbBundleDescriptorImpl. addMessageDestinationReferenceDescriptor(MessageDestinationReferenceDescriptor messageDestRef)voidEjbDescriptor. addMessageDestinationReferenceDescriptor(MessageDestinationReferenceDescriptor messageDestRef)voidEjbBundleDescriptorImpl. removeMessageDestinationReferenceDescriptor(MessageDestinationReferenceDescriptor msgDestRef)voidEjbDescriptor. removeMessageDestinationReferenceDescriptor(MessageDestinationReferenceDescriptor msgDestRef) -
Uses of MessageDestinationReferenceDescriptor in org.glassfish.web.deployment.descriptor
Methods in org.glassfish.web.deployment.descriptor that return MessageDestinationReferenceDescriptor Modifier and Type Method Description protected MessageDestinationReferenceDescriptorWebBundleDescriptorImpl. _getMessageDestinationReferenceByName(String name)MessageDestinationReferenceDescriptorWebBundleDescriptorImpl. getMessageDestinationReferenceByName(String name)Looks up an message destination reference with the given name.Methods in org.glassfish.web.deployment.descriptor that return types with arguments of type MessageDestinationReferenceDescriptor Modifier and Type Method Description Set<MessageDestinationReferenceDescriptor>WebBundleDescriptorImpl. getMessageDestinationReferenceDescriptors()Methods in org.glassfish.web.deployment.descriptor with parameters of type MessageDestinationReferenceDescriptor Modifier and Type Method Description voidWebBundleDescriptorImpl. addMessageDestinationReferenceDescriptor(MessageDestinationReferenceDescriptor messageDestRef)voidWebBundleDescriptorImpl. removeMessageDestinationReferenceDescriptor(MessageDestinationReferenceDescriptor msgDestRef)
-