Package org.apache.openejb.jee.jba
Class MessageDestinationRef
- java.lang.Object
-
- org.apache.openejb.jee.jba.MessageDestinationRef
-
public class MessageDestinationRef extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected JndiNamejndiNameprotected StringmessageDestinationRefName
-
Constructor Summary
Constructors Constructor Description MessageDestinationRef()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JndiNamegetJndiName()Gets the value of the jndiName property.StringgetMessageDestinationRefName()Gets the value of the messageDestinationRefName property.voidsetJndiName(JndiName value)Sets the value of the jndiName property.voidsetMessageDestinationRefName(String value)Sets the value of the messageDestinationRefName property.
-
-
-
Method Detail
-
getMessageDestinationRefName
public String getMessageDestinationRefName()
Gets the value of the messageDestinationRefName property.- Returns:
- possible object is
String
-
setMessageDestinationRefName
public void setMessageDestinationRefName(String value)
Sets the value of the messageDestinationRefName property.- Parameters:
value- allowed object isString
-
getJndiName
public JndiName getJndiName()
Gets the value of the jndiName property.- Returns:
- possible object is
JndiName
-
-