Uses of Class
com.sun.enterprise.deployment.MessageDestinationDescriptor
-
-
Uses of MessageDestinationDescriptor in com.sun.enterprise.deployment
Methods in com.sun.enterprise.deployment that return MessageDestinationDescriptor Modifier and Type Method Description MessageDestinationDescriptorMessageDestinationReferenceDescriptor. getMessageDestination()MessageDestinationDescriptorMessageDestinationReferencerImpl. getMessageDestination()MessageDestinationDescriptorBundleDescriptor. getMessageDestinationByName(String name)Returns a message destination descriptor that I have by the same name, or throws an IllegalArgumentExceptionMessageDestinationDescriptorMessageDestinationReferenceDescriptor. resolveLinkName()MessageDestinationDescriptorMessageDestinationReferencerImpl. resolveLinkName()Try to resolve the current link name value to a MessageDestination object.MessageDestinationDescriptorMessageDestinationReferenceDescriptor. setMessageDestinationLinkName(String linkName, boolean resolveLink)MessageDestinationDescriptorMessageDestinationReferencerImpl. setMessageDestinationLinkName(String linkName, boolean resolve)Sets the name of the message destination to which I refer.Methods in com.sun.enterprise.deployment that return types with arguments of type MessageDestinationDescriptor Modifier and Type Method Description Set<MessageDestinationDescriptor>BundleDescriptor. getMessageDestinations()Return the Set of message destinations I haveMethods in com.sun.enterprise.deployment with parameters of type MessageDestinationDescriptor Modifier and Type Method Description voidBundleDescriptor. addMessageDestination(MessageDestinationDescriptor messageDestination)Add a message destination to me.voidBundleDescriptor. removeMessageDestination(MessageDestinationDescriptor msgDest)Remove the given message destination descriptor from my (by equality).voidMessageDestinationReferenceDescriptor. setMessageDestination(MessageDestinationDescriptor newMsgDest)voidMessageDestinationReferencerImpl. setMessageDestination(MessageDestinationDescriptor newMsgDest) -
Uses of MessageDestinationDescriptor in com.sun.enterprise.deployment.node
Methods in com.sun.enterprise.deployment.node with parameters of type MessageDestinationDescriptor Modifier and Type Method Description NodeMessageDestinationNode. writeDescriptor(Node parent, String nodeName, MessageDestinationDescriptor desc)write the descriptor class to a DOM tree and return it -
Uses of MessageDestinationDescriptor in com.sun.enterprise.deployment.node.runtime
Methods in com.sun.enterprise.deployment.node.runtime with parameters of type MessageDestinationDescriptor Modifier and Type Method Description NodeMessageDestinationRuntimeNode. writeDescriptor(Node parent, String nodeName, MessageDestinationDescriptor msgDest)write the descriptor class to a DOM tree and return it -
Uses of MessageDestinationDescriptor in com.sun.enterprise.deployment.types
Methods in com.sun.enterprise.deployment.types that return MessageDestinationDescriptor Modifier and Type Method Description MessageDestinationDescriptorMessageDestinationReferencer. getMessageDestination()MessageDestinationDescriptorMessageDestinationReferencer. resolveLinkName()Try to resolve the current link name value to a MessageDestination object.MessageDestinationDescriptorMessageDestinationReferencer. setMessageDestinationLinkName(String linkName, boolean resolve)Sets the name of the message destination to which I refer.Methods in com.sun.enterprise.deployment.types with parameters of type MessageDestinationDescriptor Modifier and Type Method Description voidMessageDestinationReferencer. setMessageDestination(MessageDestinationDescriptor destination) -
Uses of MessageDestinationDescriptor in com.sun.enterprise.deployment.util
Methods in com.sun.enterprise.deployment.util with parameters of type MessageDestinationDescriptor Modifier and Type Method Description protected voidComponentValidator. accept(MessageDestinationDescriptor msgDest)protected voidDefaultDOLVisitor. accept(MessageDestinationDescriptor msgDest)visits an message destination for the last J2EE component visited -
Uses of MessageDestinationDescriptor in com.sun.enterprise.web.deploy
Constructors in com.sun.enterprise.web.deploy with parameters of type MessageDestinationDescriptor Constructor Description MessageDestinationDecorator(MessageDestinationDescriptor decoree) -
Uses of MessageDestinationDescriptor in org.glassfish.ejb.deployment.descriptor
Methods in org.glassfish.ejb.deployment.descriptor that return MessageDestinationDescriptor Modifier and Type Method Description MessageDestinationDescriptorEjbMessageBeanDescriptor. getMessageDestination()MessageDestinationDescriptorEjbMessageBeanDescriptor. resolveLinkName()MessageDestinationDescriptorEjbMessageBeanDescriptor. setMessageDestinationLinkName(String linkName, boolean resolveLink)Methods in org.glassfish.ejb.deployment.descriptor with parameters of type MessageDestinationDescriptor Modifier and Type Method Description voidEjbMessageBeanDescriptor. setMessageDestination(MessageDestinationDescriptor newMsgDest)
-