public class MessageDestinationMetaData extends NamedMetaDataWithDescriptionGroup
| Constructor and Description |
|---|
MessageDestinationMetaData()
Create a new MessageDestinationMetaData.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getJndiName()
Get the jndiName.
|
String |
getLookupName()
Get the lookupName.
|
String |
getMappedName()
Get the mappedName.
|
String |
getMessageDestinationName()
Get the messageDestinationName.
|
void |
setJndiName(String jndiName)
Set the jndiName.
|
void |
setLookupName(String lookupName)
Set the lookupName.
|
void |
setMappedName(String mappedName)
Set the mappedName.
|
void |
setMessageDestinationName(String messageDestinationName)
Set the messageDestinationName.
|
getDescriptionGroup, setDescriptionGroupequals, getKey, getName, hashCode, setName, toStringclone, getId, setIdfinalize, getClass, notify, notifyAll, wait, wait, waitgetKeypublic MessageDestinationMetaData()
public String getMessageDestinationName()
public void setMessageDestinationName(String messageDestinationName)
messageDestinationName - the messageDestinationName.IllegalArgumentException - for a null messageDestinationNamepublic String getMappedName()
public void setMappedName(String mappedName)
mappedName - the mappedName.IllegalArgumentException - for a null mappedNamepublic String getJndiName()
public void setJndiName(String jndiName)
jndiName - the jndiName.IllegalArgumentException - for a null jndiNamepublic String getLookupName()
public void setLookupName(String lookupName)
lookupName - the lookupName.Copyright © 2017 JBoss by Red Hat. All rights reserved.