Interface MessageDestinationReferenceContainer

    • Method Detail

      • addMessageDestinationReferenceDescriptor

        void addMessageDestinationReferenceDescriptor​(MessageDestinationReferenceDescriptor msgDestReference)
        Add a message destination reference to myself
        Parameters:
        the - new message destination ref
      • getMessageDestinationReferenceByName

        MessageDestinationReferenceDescriptor getMessageDestinationReferenceByName​(String name)
        Return a message destination reference by the same name or throw an IllegalArgumentException.
        Parameters:
        the - message destination reference name
      • getMessageDestinationReferenceDescriptors

        Set getMessageDestinationReferenceDescriptors()
        Return the set of message destination references declared.
      • removeMessageDestinationReferenceDescriptor

        void removeMessageDestinationReferenceDescriptor​(MessageDestinationReferenceDescriptor msgDestRef)
        Removes the specified message destination reference from the receiver.
        Parameters:
        ref - MessageDestinationReferenceDescriptor to remove.