org.apache.catalina.deploy
Class MessageDestinationRef
java.lang.Object
org.apache.catalina.deploy.MessageDestinationRef
- All Implemented Interfaces:
- java.io.Serializable
public class MessageDestinationRef
- extends java.lang.Object
- implements java.io.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
- Author:
- Craig R. McClanahan
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
resources
protected NamingResources resources
- The NamingResources with which we are associated (if any).
MessageDestinationRef
public MessageDestinationRef()
getDescription
public java.lang.String getDescription()
setDescription
public void setDescription(java.lang.String description)
getLink
public java.lang.String getLink()
setLink
public void setLink(java.lang.String link)
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getType
public java.lang.String getType()
setType
public void setType(java.lang.String type)
getUsage
public java.lang.String getUsage()
setUsage
public void setUsage(java.lang.String usage)
toString
public java.lang.String toString()
- Return a String representation of this object.
- Overrides:
toString
in class java.lang.Object
getNamingResources
public NamingResources getNamingResources()
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.