public class MessageDestinationDescriptor extends Descriptor implements NamedDescriptor
DESCRIPTION_CHANGED, DESCRIPTOR_CHANGED, docType, LARGE_ICON_CHANGED, NAME_CHANGED, SMALL_ICON_CHANGED| Constructor and Description |
|---|
MessageDestinationDescriptor() |
MessageDestinationDescriptor(String name,
String description) |
| Modifier and Type | Method and Description |
|---|---|
void |
addReferencer(MessageDestinationReferencer referencer) |
Set |
getAllReferencers() |
BundleDescriptor |
getBundleDescriptor() |
String |
getDisplayName() |
String |
getJndiName()
Returns the JNDI name property of the receiver.
|
String |
getLookupName() |
String |
getMappedName() |
String |
getName()
The name of this descriptor as a String.
|
boolean |
hasName() |
void |
removeReferencer(MessageDestinationReferencer referencer) |
void |
setBundleDescriptor(BundleDescriptor bundleDesc) |
void |
setDisplayName(String displayName)
sets the display name for this bundle
|
void |
setJndiName(String physicalDestinationName)
Sets the JNDI name property of the reciever as a String.
|
void |
setLookupName(String lName) |
void |
setMappedName(String mappedName) |
void |
setName(String name)
Sets the name of this descriptor.
|
addDescriptorExtension, addPrefixMapping, createUniqueFilenameAmongst, createUniqueNameAmongst, createUniqueNameAmongstNamedDescriptors, fillDocType, getDeploymentExtensions, getDescription, getDescriptorExtension, getDescriptorExtensions, getDocType, getLargeIconUri, getLocalizedDescription, getLocalizedDescriptions, getLocalizedDisplayName, getLocalizedDisplayNames, getLocalizedLargeIconUri, getLocalizedLargeIconUris, getLocalizedSmallIconUri, getLocalizedSmallIconUris, getPrefixMapping, getSmallIconUri, isBoundsChecking, print, setBoundsChecking, setDescription, setLargeIconUri, setLocalizedDescription, setLocalizedDisplayName, setLocalizedLargeIconUri, setLocalizedSmallIconUri, setSmallIconUri, visitaddExtraAttribute, getExtraAttribute, getExtraAttributes, removeExtraAttribute, toStringaddObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChangedpublic boolean hasName()
public void setName(String name)
DescriptorsetName in class Descriptorname - the new name of the descriptor.public String getName()
DescriptorgetName in interface NamedDescriptorgetName in class Descriptorpublic void setDisplayName(String displayName)
DescriptorsetDisplayName in class DescriptordisplayName - the display namepublic String getDisplayName()
getDisplayName in class Descriptorpublic Set getAllReferencers()
public void addReferencer(MessageDestinationReferencer referencer)
public void removeReferencer(MessageDestinationReferencer referencer)
public BundleDescriptor getBundleDescriptor()
public void setBundleDescriptor(BundleDescriptor bundleDesc)
public String getJndiName()
NamedDescriptorgetJndiName in interface NamedDescriptorpublic void setJndiName(String physicalDestinationName)
NamedDescriptorsetJndiName in interface NamedDescriptorphysicalDestinationName - the new JNDI name of the receiver.public String getMappedName()
public void setMappedName(String mappedName)
public void setLookupName(String lName)
public String getLookupName()
Copyright © 2017. All rights reserved.