org.apache.catalina.deploy
public class MessageDestination extends Object
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: $Revision: 467222 $ $Date: 2006-10-24 05:17:11 +0200 (Tue, 24 Oct 2006) $
Method Summary | |
---|---|
String | getDescription() |
String | getDisplayName() |
String | getLargeIcon() |
String | getName() |
String | getSmallIcon() |
void | setDescription(String description) |
void | setDisplayName(String displayName) |
void | setLargeIcon(String largeIcon) |
void | setName(String name) |
void | setSmallIcon(String smallIcon) |
String | toString()
Return a String representation of this object. |