Class MessageDestinationDescriptor

    • Constructor Detail

      • MessageDestinationDescriptor

        public MessageDestinationDescriptor()
      • MessageDestinationDescriptor

        public MessageDestinationDescriptor​(String name,
                                            String description)
    • Method Detail

      • hasName

        public boolean hasName()
      • setName

        public void setName​(String name)
        Description copied from class: Descriptor
        Sets the name of this descriptor.
        Overrides:
        setName in class Descriptor
        Parameters:
        name - the new name of the descriptor.
      • setDisplayName

        public void setDisplayName​(String displayName)
        Description copied from class: Descriptor
        sets the display name for this bundle
        Overrides:
        setDisplayName in class Descriptor
        Parameters:
        displayName - the display name
      • getAllReferencers

        public Set getAllReferencers()
      • setBundleDescriptor

        public void setBundleDescriptor​(BundleDescriptor bundleDesc)
      • getJndiName

        public String getJndiName()
        Description copied from interface: NamedDescriptor
        Returns the JNDI name property of the receiver.
        Specified by:
        getJndiName in interface NamedDescriptor
        Returns:
        java.lang.String JNDI name
      • setJndiName

        public void setJndiName​(String physicalDestinationName)
        Description copied from interface: NamedDescriptor
        Sets the JNDI name property of the reciever as a String.
        Specified by:
        setJndiName in interface NamedDescriptor
        Parameters:
        physicalDestinationName - the new JNDI name of the receiver.
      • getMappedName

        public String getMappedName()
      • setMappedName

        public void setMappedName​(String mappedName)
      • setLookupName

        public void setLookupName​(String lName)
      • getLookupName

        public String getLookupName()