org.apache.catalina.deploy

Class MessageDestinationRef

Implemented Interfaces:
Serializable

public class MessageDestinationRef
extends java.lang.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.

Version:
$Revision: 1.4 $ $Date: 2004/05/13 20:40:49 $

Author:
Craig R. McClanahan

Since:
Tomcat 5.0

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.

Field Details

resources

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

Method Details

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 B) 2000-2003 Apache Software Foundation. All Rights Reserved.