Package com.sun.enterprise.web.deploy
Class MessageDestinationDecorator
- java.lang.Object
-
- org.apache.catalina.deploy.MessageDestination
-
- com.sun.enterprise.web.deploy.MessageDestinationDecorator
-
public class MessageDestinationDecorator extends MessageDestination
Decorator of classorg.apache.catalina.deploy.MessageDestination- Author:
- Jean-Francois Arcand
-
-
Constructor Summary
Constructors Constructor Description MessageDestinationDecorator(MessageDestinationDescriptor decoree)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()StringgetDisplayName()StringgetLargeIcon()StringgetName()StringgetSmallIcon()-
Methods inherited from class org.apache.catalina.deploy.MessageDestination
setDescription, setDisplayName, setLargeIcon, setName, setSmallIcon, toString
-
-
-
-
Constructor Detail
-
MessageDestinationDecorator
public MessageDestinationDecorator(MessageDestinationDescriptor decoree)
-
-
Method Detail
-
getDescription
public String getDescription()
- Overrides:
getDescriptionin classMessageDestination
-
getDisplayName
public String getDisplayName()
- Overrides:
getDisplayNamein classMessageDestination
-
getLargeIcon
public String getLargeIcon()
- Overrides:
getLargeIconin classMessageDestination
-
getName
public String getName()
- Overrides:
getNamein classMessageDestination
-
getSmallIcon
public String getSmallIcon()
- Overrides:
getSmallIconin classMessageDestination
-
-