public class MessageDestinationRef extends ResourceBase
Representation of a message destination reference for a web application,
as represented in a <message-destination-ref>
element
in the deployment descriptor.
Constructor and Description |
---|
MessageDestinationRef() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getLink() |
java.lang.String |
getUsage() |
int |
hashCode() |
void |
setLink(java.lang.String link) |
void |
setUsage(java.lang.String usage) |
java.lang.String |
toString()
Return a String representation of this object.
|
addInjectionTarget, getDescription, getInjectionTargets, getLookupName, getName, getNamingResources, getProperty, getType, listProperties, removeProperty, setDescription, setLookupName, setName, setNamingResources, setProperty, setType
public java.lang.String getLink()
public void setLink(java.lang.String link)
public java.lang.String getUsage()
public void setUsage(java.lang.String usage)
public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class ResourceBase
public boolean equals(java.lang.Object obj)
equals
in class ResourceBase
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.