java.io.Serializable, IdMetaData, MappableMetaDatapublic class MessageDestinationMetaData extends NamedMetaDataWithDescriptionGroup
| Constructor | Description |
|---|---|
MessageDestinationMetaData() |
Create a new MessageDestinationMetaData.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getJndiName() |
Get the jndiName.
|
java.lang.String |
getLookupName() |
Get the lookupName.
|
java.lang.String |
getMappedName() |
Get the mappedName.
|
java.lang.String |
getMessageDestinationName() |
Get the messageDestinationName.
|
void |
setJndiName(java.lang.String jndiName) |
Set the jndiName.
|
void |
setLookupName(java.lang.String lookupName) |
Set the lookupName.
|
void |
setMappedName(java.lang.String mappedName) |
Set the mappedName.
|
void |
setMessageDestinationName(java.lang.String messageDestinationName) |
Set the messageDestinationName.
|
clone, getId, setIdgetKeyequals, getKey, getName, hashCode, setName, toStringgetDescriptionGroup, setDescriptionGrouppublic MessageDestinationMetaData()
public java.lang.String getMessageDestinationName()
public void setMessageDestinationName(java.lang.String messageDestinationName)
messageDestinationName - the messageDestinationName.java.lang.IllegalArgumentException - for a null messageDestinationNamepublic java.lang.String getMappedName()
public void setMappedName(java.lang.String mappedName)
mappedName - the mappedName.java.lang.IllegalArgumentException - for a null mappedNamepublic java.lang.String getJndiName()
public void setJndiName(java.lang.String jndiName)
jndiName - the jndiName.java.lang.IllegalArgumentException - for a null jndiNamepublic java.lang.String getLookupName()
public void setLookupName(java.lang.String lookupName)
lookupName - the lookupName.Copyright © 2018 JBoss by Red Hat. All rights reserved.