org.apache.catalina.deploy
Class MessageDestination
java.lang.Object
org.apache.catalina.deploy.ResourceBase
org.apache.catalina.deploy.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
- Version:
- $Id: MessageDestination.java 939305 2010-04-29 13:43:39Z kkolinko $
- Author:
- Craig R. McClanahan
- See Also:
- Serialized Form
Methods inherited from class org.apache.catalina.deploy.ResourceBase |
addInjectionTarget, getDescription, getInjectionTargets, getName, getNamingResources, getProperty, getType, listProperties, removeProperty, setDescription, setName, setProperty, setType |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MessageDestination
public MessageDestination()
getDisplayName
public java.lang.String getDisplayName()
setDisplayName
public void setDisplayName(java.lang.String displayName)
getLargeIcon
public java.lang.String getLargeIcon()
setLargeIcon
public void setLargeIcon(java.lang.String largeIcon)
getSmallIcon
public java.lang.String getSmallIcon()
setSmallIcon
public void setSmallIcon(java.lang.String smallIcon)
toString
public java.lang.String toString()
- Return a String representation of this object.
- Overrides:
toString
in class java.lang.Object
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.