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.
resources
Constructor and Description |
---|
MessageDestination() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getDisplayName() |
String |
getLargeIcon() |
String |
getSmallIcon() |
int |
hashCode() |
void |
setDisplayName(String displayName) |
void |
setLargeIcon(String largeIcon) |
void |
setSmallIcon(String smallIcon) |
String |
toString()
Return a String representation of this object.
|
addInjectionTarget, getDescription, getInjectionTargets, getLookupName, getName, getNamingResources, getProperty, getType, listProperties, removeProperty, setDescription, setLookupName, setName, setProperty, setType
public String getDisplayName()
public void setDisplayName(String displayName)
public String getLargeIcon()
public void setLargeIcon(String largeIcon)
public String getSmallIcon()
public void setSmallIcon(String smallIcon)
public String toString()
public int hashCode()
hashCode
in class ResourceBase
public boolean equals(Object obj)
equals
in class ResourceBase
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.