public interface MessageDestinationReferenceContainer
| Modifier and Type | Method and Description |
|---|---|
void |
addMessageDestinationReferenceDescriptor(MessageDestinationReferenceDescriptor msgDestReference)
Add a message destination reference to myself
|
MessageDestinationReferenceDescriptor |
getMessageDestinationReferenceByName(String name)
Return a message destination reference by the same name or throw an IllegalArgumentException.
|
Set |
getMessageDestinationReferenceDescriptors()
Return the set of message destination references declared.
|
void |
removeMessageDestinationReferenceDescriptor(MessageDestinationReferenceDescriptor msgDestRef)
Removes the specified message destination reference from the receiver.
|
void addMessageDestinationReferenceDescriptor(MessageDestinationReferenceDescriptor msgDestReference)
the - new message destination refMessageDestinationReferenceDescriptor getMessageDestinationReferenceByName(String name)
the - message destination reference nameSet getMessageDestinationReferenceDescriptors()
void removeMessageDestinationReferenceDescriptor(MessageDestinationReferenceDescriptor msgDestRef)
ref - MessageDestinationReferenceDescriptor to remove.Copyright © 2019. All rights reserved.