|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.metadata.javaee.support.IdMetaDataImpl
org.jboss.metadata.javaee.support.NamedMetaData
org.jboss.metadata.javaee.support.NamedMetaDataWithDescriptionGroup
org.jboss.metadata.javaee.spec.MessageDestinationMetaData
public class MessageDestinationMetaData
MessageDestinationMetaData.
Constructor Summary | |
---|---|
MessageDestinationMetaData()
Create a new MessageDestinationMetaData. |
Method Summary | |
---|---|
String |
getJndiName()
Get the jndiName. |
String |
getMappedName()
Get the mappedName. |
String |
getMessageDestinationName()
Get the messageDestinationName. |
MessageDestinationMetaData |
merge(MessageDestinationMetaData original)
Merge some metadata |
void |
merge(MessageDestinationMetaData override,
MessageDestinationMetaData original)
Merge the contents of override with original into this. |
void |
setJndiName(String jndiName)
Set the jndiName. |
void |
setMappedName(String mappedName)
Set the mappedName. |
void |
setMessageDestinationName(String messageDestinationName)
Set the messageDestinationName. |
Methods inherited from class org.jboss.metadata.javaee.support.NamedMetaDataWithDescriptionGroup |
---|
getDescriptionGroup, merge, setDescriptionGroup |
Methods inherited from class org.jboss.metadata.javaee.support.NamedMetaData |
---|
equals, getKey, getName, hashCode, setName, toString |
Methods inherited from class org.jboss.metadata.javaee.support.IdMetaDataImpl |
---|
clone, getId, merge, merge, setId |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.jboss.metadata.javaee.support.MappableMetaData |
---|
getKey |
Constructor Detail |
---|
public MessageDestinationMetaData()
Method Detail |
---|
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 MessageDestinationMetaData merge(MessageDestinationMetaData original)
MergeableMetaData
merge
in interface MergeableMetaData<MessageDestinationMetaData>
original
- the original
public void merge(MessageDestinationMetaData override, MessageDestinationMetaData original)
override
- data which overrides originaloriginal
- the original data
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |