public class MessageDestinationDescriptor extends org.glassfish.deployment.common.Descriptor implements NamedDescriptor
| 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.
|
boolean |
hasName() |
void |
removeReferencer(MessageDestinationReferencer referencer) |
void |
setBundleDescriptor(BundleDescriptor bundleDesc) |
void |
setDisplayName(String displayName) |
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) |
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)
setName in class org.glassfish.deployment.common.Descriptorpublic String getName()
NamedDescriptorgetName in interface NamedDescriptorgetName in class org.glassfish.deployment.common.Descriptorpublic void setDisplayName(String displayName)
setDisplayName in class org.glassfish.deployment.common.Descriptorpublic String getDisplayName()
getDisplayName in class org.glassfish.deployment.common.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 © 2013. All Rights Reserved.