Class MessageDestination

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

    public class MessageDestination
    extends ResourceBase

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

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

      • MessageDestination

        public MessageDestination()
        Default constructor.
    • Method Detail

      • getDisplayName

        public java.lang.String getDisplayName()
        Get the display name.
        Returns:
        the display name
      • setDisplayName

        public void setDisplayName​(java.lang.String displayName)
        Set the display name.
        Parameters:
        displayName - the display name
      • getLargeIcon

        public java.lang.String getLargeIcon()
        Get the large icon.
        Returns:
        the large icon
      • setLargeIcon

        public void setLargeIcon​(java.lang.String largeIcon)
        Set the large icon.
        Parameters:
        largeIcon - the large icon
      • getSmallIcon

        public java.lang.String getSmallIcon()
        Get the small icon.
        Returns:
        the small icon
      • setSmallIcon

        public void setSmallIcon​(java.lang.String smallIcon)
        Set the small icon.
        Parameters:
        smallIcon - the small icon
      • 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