| Modifier and Type | Method and Description |
|---|---|
MessageDestinationDescriptor |
MessageDestinationReferenceDescriptor.getMessageDestination() |
MessageDestinationDescriptor |
MessageDestinationReferencerImpl.getMessageDestination() |
MessageDestinationDescriptor |
BundleDescriptor.getMessageDestinationByName(String name)
Returns a message destination descriptor that I have by the
same name, or throws an IllegalArgumentException
|
MessageDestinationDescriptor |
MessageDestinationReferenceDescriptor.resolveLinkName() |
MessageDestinationDescriptor |
MessageDestinationReferencerImpl.resolveLinkName()
Try to resolve the current link name value to a MessageDestination
object.
|
MessageDestinationDescriptor |
MessageDestinationReferenceDescriptor.setMessageDestinationLinkName(String linkName,
boolean resolveLink) |
MessageDestinationDescriptor |
MessageDestinationReferencerImpl.setMessageDestinationLinkName(String linkName,
boolean resolve)
Sets the name of the message destination to which I refer.
|
| Modifier and Type | Method and Description |
|---|---|
Set<MessageDestinationDescriptor> |
BundleDescriptor.getMessageDestinations()
Return the Set of message destinations I have
|
| Modifier and Type | Method and Description |
|---|---|
void |
BundleDescriptor.addMessageDestination(MessageDestinationDescriptor messageDestination)
Add a message destination to me.
|
void |
BundleDescriptor.removeMessageDestination(MessageDestinationDescriptor msgDest)
Remove the given message destination descriptor from my (by equality).
|
void |
MessageDestinationReferenceDescriptor.setMessageDestination(MessageDestinationDescriptor newMsgDest) |
void |
MessageDestinationReferencerImpl.setMessageDestination(MessageDestinationDescriptor newMsgDest) |
| Modifier and Type | Method and Description |
|---|---|
Node |
MessageDestinationNode.writeDescriptor(Node parent,
String nodeName,
MessageDestinationDescriptor desc)
write the descriptor class to a DOM tree and return it
|
| Modifier and Type | Method and Description |
|---|---|
Node |
MessageDestinationRuntimeNode.writeDescriptor(Node parent,
String nodeName,
MessageDestinationDescriptor msgDest)
write the descriptor class to a DOM tree and return it
|
| Modifier and Type | Method and Description |
|---|---|
MessageDestinationDescriptor |
MessageDestinationReferencer.getMessageDestination() |
MessageDestinationDescriptor |
MessageDestinationReferencer.resolveLinkName()
Try to resolve the current link name value to a MessageDestination
object.
|
MessageDestinationDescriptor |
MessageDestinationReferencer.setMessageDestinationLinkName(String linkName,
boolean resolve)
Sets the name of the message destination to which I refer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MessageDestinationReferencer.setMessageDestination(MessageDestinationDescriptor destination) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultDOLVisitor.accept(MessageDestinationDescriptor msgDest)
visits an message destination for the last J2EE component visited
|
protected void |
ComponentValidator.accept(MessageDestinationDescriptor msgDest) |
| Constructor and Description |
|---|
MessageDestinationDecorator(MessageDestinationDescriptor decoree) |
| Modifier and Type | Method and Description |
|---|---|
MessageDestinationDescriptor |
EjbMessageBeanDescriptor.getMessageDestination() |
MessageDestinationDescriptor |
EjbMessageBeanDescriptor.resolveLinkName() |
MessageDestinationDescriptor |
EjbMessageBeanDescriptor.setMessageDestinationLinkName(String linkName,
boolean resolveLink) |
| Modifier and Type | Method and Description |
|---|---|
void |
EjbMessageBeanDescriptor.setMessageDestination(MessageDestinationDescriptor newMsgDest) |
Copyright © 2019. All rights reserved.