Class MessageDestination
- java.lang.Object
- 
- org.apache.tomcat.util.descriptor.web.ResourceBase
- 
- org.apache.tomcat.util.descriptor.web.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
- Author:
- Craig R. McClanahan
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description MessageDestination()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)java.lang.StringgetDisplayName()java.lang.StringgetLargeIcon()java.lang.StringgetSmallIcon()inthashCode()voidsetDisplayName(java.lang.String displayName)voidsetLargeIcon(java.lang.String largeIcon)voidsetSmallIcon(java.lang.String smallIcon)java.lang.StringtoString()Return a String representation of this object.- 
Methods inherited from class org.apache.tomcat.util.descriptor.web.ResourceBaseaddInjectionTarget, getDescription, getInjectionTargets, getLookupName, getName, getNamingResources, getProperty, getType, listProperties, removeProperty, setDescription, setLookupName, setName, setNamingResources, setProperty, setType
 
- 
 
- 
- 
- 
Method Detail- 
getDisplayNamepublic java.lang.String getDisplayName() 
 - 
setDisplayNamepublic void setDisplayName(java.lang.String displayName) 
 - 
getLargeIconpublic java.lang.String getLargeIcon() 
 - 
setLargeIconpublic void setLargeIcon(java.lang.String largeIcon) 
 - 
getSmallIconpublic java.lang.String getSmallIcon() 
 - 
setSmallIconpublic void setSmallIcon(java.lang.String smallIcon) 
 - 
toStringpublic java.lang.String toString() Return a String representation of this object.- Overrides:
- toStringin class- java.lang.Object
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- ResourceBase
 
 - 
equalspublic boolean equals(java.lang.Object obj) - Overrides:
- equalsin class- ResourceBase
 
 
- 
 
-