public class MessageDestination extends ResourceBase
Representation of a message destination for a web application, as
represented in a <message-destination>
element
in the deployment descriptor.
Constructor and Description |
---|
MessageDestination() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDisplayName() |
java.lang.String |
getLargeIcon() |
java.lang.String |
getSmallIcon() |
int |
hashCode() |
void |
setDisplayName(java.lang.String displayName) |
void |
setLargeIcon(java.lang.String largeIcon) |
void |
setSmallIcon(java.lang.String smallIcon) |
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 getDisplayName()
public void setDisplayName(java.lang.String displayName)
public java.lang.String getLargeIcon()
public void setLargeIcon(java.lang.String largeIcon)
public java.lang.String getSmallIcon()
public void setSmallIcon(java.lang.String smallIcon)
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.