| Modifier and Type | Method and Description |
|---|---|
protected abstract MessageDestinationReferenceDescriptor |
WebBundleDescriptor._getMessageDestinationReferenceByName(String name) |
MessageDestinationReferenceDescriptor |
JndiEnvironmentRefsGroupDescriptor.getMessageDestinationReferenceByName(String name) |
MessageDestinationReferenceDescriptor |
JndiNameEnvironment.getMessageDestinationReferenceByName(String name)
Return the message destination reference descriptor corresponding to
the given name.
|
abstract MessageDestinationReferenceDescriptor |
WebBundleDescriptor.getMessageDestinationReferenceByName(String name) |
MessageDestinationReferenceDescriptor |
Application.getMessageDestinationReferenceByName(String name)
Looks up an message destination reference with the given name.
|
MessageDestinationReferenceDescriptor |
ApplicationClientDescriptor.getMessageDestinationReferenceByName(String name)
Looks up an message destination reference with the given name.
|
MessageDestinationReferenceDescriptor |
MessageDestinationReferencerImpl.getMessageDestinationRefOwner()
Get the descriptor for the message destination reference owner.
|
MessageDestinationReferenceDescriptor |
MessageDestinationReferenceDescriptor.getMessageDestinationRefOwner()
Get the descriptor for the message destination reference owner.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Set<MessageDestinationReferenceDescriptor> |
WebBundleDescriptor.getMessageDestinationReferenceDescriptors() |
Set<MessageDestinationReferenceDescriptor> |
Application.getMessageDestinationReferenceDescriptors() |
| Constructor and Description |
|---|
MessageDestinationReferenceDescriptor(MessageDestinationReferenceDescriptor other)
copy constructor
|
| Modifier and Type | Method and Description |
|---|---|
MessageDestinationReferenceDescriptor |
ResourceContainerContextImpl.getMessageDestinationReference(String name) |
MessageDestinationReferenceDescriptor |
ResourceContainerContext.getMessageDestinationReference(String name)
Looks up a message-destination-ref with the given name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceContainerContextImpl.addMessageDestinationReferenceDescriptor(MessageDestinationReferenceDescriptor msgDestReference) |
void |
ResourceContainerContext.addMessageDestinationReferenceDescriptor(MessageDestinationReferenceDescriptor msgDestRef)
Add a message-destination-ref
|
| Modifier and Type | Method and Description |
|---|---|
MessageDestinationReferenceDescriptor |
MessageDestinationRefNode.getDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
Node |
MessageDestinationRefNode.writeDescriptor(Node parent,
String nodeName,
MessageDestinationReferenceDescriptor desc) |
| Modifier and Type | Method and Description |
|---|---|
MessageDestinationReferenceDescriptor |
MessageDestinationRefNode.getDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
Node |
MessageDestinationRefNode.writeDescriptor(Node parent,
String nodeName,
MessageDestinationReferenceDescriptor msgDestRef) |
| Modifier and Type | Method and Description |
|---|---|
MessageDestinationReferenceDescriptor |
MessageDestinationReferenceContainer.getMessageDestinationReferenceByName(String name)
Return a message destination reference by the same name or throw an IllegalArgumentException.
|
MessageDestinationReferenceDescriptor |
MessageDestinationReferencer.getMessageDestinationRefOwner()
Get the descriptor for the message destination reference owner.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MessageDestinationReferenceContainer.addMessageDestinationReferenceDescriptor(MessageDestinationReferenceDescriptor msgDestReference)
Add a message destination reference to myself
|
void |
MessageDestinationReferenceContainer.removeMessageDestinationReferenceDescriptor(MessageDestinationReferenceDescriptor msgDestRef)
Removes the specified message destination reference from the receiver.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ComponentValidator.accept(MessageDestinationReferenceDescriptor msgDestRef) |
Copyright © 2013. All Rights Reserved.