public interface MessageDestinationReferencer
| Modifier and Type | Method and Description |
|---|---|
EjbMessageBeanDescriptor |
getMessageBeanOwner()
Get the descriptor for the message-driven bean owner.
|
MessageDestinationDescriptor |
getMessageDestination() |
String |
getMessageDestinationLinkName()
Gets the link name of the reference.
|
MessageDestinationReferenceDescriptor |
getMessageDestinationRefOwner()
Get the descriptor for the message destination reference owner.
|
boolean |
isLinkedToMessageDestination() |
boolean |
ownedByMessageBean()
True if the owner is a message-driven bean.
|
boolean |
ownedByMessageDestinationRef()
True if the owner is a message destination reference.
|
MessageDestinationDescriptor |
resolveLinkName()
Try to resolve the current link name value to a MessageDestination
object.
|
void |
setMessageDestination(MessageDestinationDescriptor destination) |
void |
setMessageDestinationLinkName(String linkName)
Sets the link name of the reference.
|
MessageDestinationDescriptor |
setMessageDestinationLinkName(String linkName,
boolean resolve)
Sets the name of the message destination to which I refer.
|
boolean isLinkedToMessageDestination()
String getMessageDestinationLinkName()
void setMessageDestinationLinkName(String linkName)
the - link name.MessageDestinationDescriptor setMessageDestinationLinkName(String linkName, boolean resolve)
resolve - if true, *try* to resolve link to the target message
destination.MessageDestinationDescriptor resolveLinkName()
MessageDestinationDescriptor getMessageDestination()
void setMessageDestination(MessageDestinationDescriptor destination)
destination - set the message destination object to which this
message destination ref is linked. Can be NULL.boolean ownedByMessageDestinationRef()
MessageDestinationReferenceDescriptor getMessageDestinationRefOwner()
boolean ownedByMessageBean()
EjbMessageBeanDescriptor getMessageBeanOwner()
Copyright © 2019. All rights reserved.