org.apache.catalina.deploy

Class MessageDestinationRef

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) $

Author: Craig R. McClanahan

Field Summary
protected NamingResourcesresources
The NamingResources with which we are associated (if any).
Method Summary
StringgetDescription()
StringgetLink()
StringgetName()
NamingResourcesgetNamingResources()
StringgetType()
StringgetUsage()
voidsetDescription(String description)
voidsetLink(String link)
voidsetName(String name)
voidsetType(String type)
voidsetUsage(String usage)
StringtoString()
Return a String representation of this object.

Field Detail

resources

protected NamingResources resources
The NamingResources with which we are associated (if any).

Method Detail

getDescription

public String getDescription()

getLink

public String getLink()

getName

public String getName()

getNamingResources

public NamingResources getNamingResources()

getType

public String getType()

getUsage

public String getUsage()

setDescription

public void setDescription(String description)

setLink

public void setLink(String link)

setName

public void setName(String name)

setType

public void setType(String type)

setUsage

public void setUsage(String usage)

toString

public String toString()
Return a String representation of this object.
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.