Uses of Interface
com.sun.enterprise.deployment.types.MessageDestinationReferencer
-
-
Uses of MessageDestinationReferencer in com.sun.enterprise.deployment
Subinterfaces of MessageDestinationReferencer in com.sun.enterprise.deployment Modifier and Type Interface Description interfaceEjbMessageBeanDescriptorInterface for Message-Driven BeansClasses in com.sun.enterprise.deployment that implement MessageDestinationReferencer Modifier and Type Class Description classMessageDestinationReferenceDescriptorAn object representing the use of a message destination in a J2EE component.classMessageDestinationReferencerImplShared implementation for deployment descriptor entities that can refer to a message destination.Methods in com.sun.enterprise.deployment that return types with arguments of type MessageDestinationReferencer Modifier and Type Method Description Set<? extends MessageDestinationReferencer>JndiNameEnvironment. getMessageDestinationReferenceDescriptors()Return a set of message destination reference descriptors.Methods in com.sun.enterprise.deployment with parameters of type MessageDestinationReferencer Modifier and Type Method Description voidMessageDestinationDescriptor. addReferencer(MessageDestinationReferencer referencer)voidMessageDestinationDescriptor. removeReferencer(MessageDestinationReferencer referencer) -
Uses of MessageDestinationReferencer in com.sun.enterprise.deployment.node
Method parameters in com.sun.enterprise.deployment.node with type arguments of type MessageDestinationReferencer Modifier and Type Method Description protected voidDeploymentDescriptorNode. writeMessageDestinationRefDescriptors(Node parentNode, Iterator<? extends MessageDestinationReferencer> msgDestRefs)write a list of message destination reference descriptors to a DOM Tree -
Uses of MessageDestinationReferencer in com.sun.enterprise.deployment.types
Subinterfaces of MessageDestinationReferencer in com.sun.enterprise.deployment.types Modifier and Type Interface Description interfaceMessageDestinationReferenceProtocol associated with defining an EJB Interface -
Uses of MessageDestinationReferencer in com.sun.enterprise.deployment.util
Methods in com.sun.enterprise.deployment.util with parameters of type MessageDestinationReferencer Modifier and Type Method Description protected voidComponentValidator. accept(MessageDestinationReferencer msgDestReferencer)Visits a message destination referencer for the last J2EE component visitedprotected voidDefaultDOLVisitor. accept(MessageDestinationReferencer msgDestReferencer)visits an message destination reference for the last J2EE component visitedprotected voidTracerVisitor. accept(MessageDestinationReferencer referencer) -
Uses of MessageDestinationReferencer in org.glassfish.ejb.deployment.descriptor
Classes in org.glassfish.ejb.deployment.descriptor that implement MessageDestinationReferencer Modifier and Type Class Description classEjbMessageBeanDescriptorObjects of this kind represent the deployment information describing a single message driven Ejb.
-