org.apache.openejb.jee
Class MessageDestination
java.lang.Object
org.apache.openejb.jee.MessageDestination
- All Implemented Interfaces:
- Keyable<String>
public class MessageDestination
- extends Object
- implements Keyable<String>
The message-destinationType specifies a message
destination. The logical destination described by this
element is mapped to a physical destination by the Deployer.
The message destination element contains:
- an optional description
- an optional display-name
- an optional icon
- a message destination name which must be unique
among message destination names within the same
Deployment File.
- an optional mapped name
Example:
CorporateStocks
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
description
protected List<Text> description
displayName
protected List<Text> displayName
icon
protected List<Icon> icon
messageDestinationName
protected String messageDestinationName
mappedName
protected String mappedName
id
protected String id
MessageDestination
public MessageDestination()
getDescription
public List<Text> getDescription()
getDisplayName
public List<Text> getDisplayName()
getIcon
public List<Icon> getIcon()
getMessageDestinationName
public String getMessageDestinationName()
setMessageDestinationName
public void setMessageDestinationName(String value)
getKey
public String getKey()
- Description copied from interface:
Keyable
- Gets the immutable key for this object.
- Specified by:
getKey
in interface Keyable<String>
- Returns:
- gets the immutable key for this object
getMappedName
public String getMappedName()
setMappedName
public void setMappedName(String value)
getId
public String getId()
setId
public void setId(String value)
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.