| Modifier and Type | Interface and Description |
|---|---|
interface |
EjbMessageBeanDescriptor
Interface for Message-Driven Beans
|
| Modifier and Type | Class and Description |
|---|---|
class |
MessageDestinationReferenceDescriptor
An object representing the use of a message destination in a
J2EE component.
|
class |
MessageDestinationReferencerImpl
Shared implementation for deployment descriptor entities that can refer
to a message destination.
|
| Modifier and Type | Method and Description |
|---|---|
Set<? extends MessageDestinationReferencer> |
JndiNameEnvironment.getMessageDestinationReferenceDescriptors()
Return a set of message destination reference descriptors.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MessageDestinationDescriptor.addReferencer(MessageDestinationReferencer referencer) |
void |
MessageDestinationDescriptor.removeReferencer(MessageDestinationReferencer referencer) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DeploymentDescriptorNode.writeMessageDestinationRefDescriptors(Node parentNode,
Iterator<? extends MessageDestinationReferencer> msgDestRefs)
write a list of message destination reference descriptors to a DOM Tree
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
MessageDestinationReference
Protocol associated with defining an EJB Interface
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultDOLVisitor.accept(MessageDestinationReferencer msgDestReferencer)
visits an message destination reference for the last J2EE component visited
|
protected void |
TracerVisitor.accept(MessageDestinationReferencer referencer) |
protected void |
ComponentValidator.accept(MessageDestinationReferencer msgDestReferencer)
Visits a message destination referencer for the last J2EE
component visited
|
| Modifier and Type | Class and Description |
|---|---|
class |
EjbMessageBeanDescriptor
Objects of this kind represent the deployment information describing a single message driven Ejb.
|
Copyright © 2021. All rights reserved.