Class MessageDestinationRef

  • All Implemented Interfaces:
    java.io.Serializable, Injectable

    public class MessageDestinationRef
    extends ResourceBase

    Representation of a message destination reference for a web application, as represented in a <message-destination-ref> element in the deployment descriptor.

    Since:
    Tomcat 5.0
    See Also:
    Serialized Form
    • Constructor Detail

      • MessageDestinationRef

        public MessageDestinationRef()
        Default constructor.
    • Method Detail

      • getLink

        public java.lang.String getLink()
        Get the link.
        Returns:
        the link
      • setLink

        public void setLink​(java.lang.String link)
        Set the link.
        Parameters:
        link - the link
      • getUsage

        public java.lang.String getUsage()
        Get the usage.
        Returns:
        the usage
      • setUsage

        public void setUsage​(java.lang.String usage)
        Set the usage.
        Parameters:
        usage - the usage
      • toString

        public java.lang.String toString()
        Return a String representation of this object.
        Overrides:
        toString in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class ResourceBase