org.apache.catalina.deploy
public class MessageDestinationRef extends Object implements Serializable
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
Version: $Revision: 467222 $ $Date: 2006-10-24 05:17:11 +0200 (Tue, 24 Oct 2006) $
| Field Summary | |
|---|---|
| protected NamingResources | resources
The NamingResources with which we are associated (if any). |
| Method Summary | |
|---|---|
| String | getDescription() |
| String | getLink() |
| String | getName() |
| NamingResources | getNamingResources() |
| String | getType() |
| String | getUsage() |
| void | setDescription(String description) |
| void | setLink(String link) |
| void | setName(String name) |
| void | setType(String type) |
| void | setUsage(String usage) |
| String | toString()
Return a String representation of this object. |