Package org.apache.openejb.jee.jba
Class MessageDestination
- java.lang.Object
-
- org.apache.openejb.jee.jba.MessageDestination
-
public class MessageDestination extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected JndiNamejndiNameprotected StringmessageDestinationName
-
Constructor Summary
Constructors Constructor Description MessageDestination()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JndiNamegetJndiName()Gets the value of the jndiName property.StringgetMessageDestinationName()Gets the value of the messageDestinationName property.voidsetJndiName(JndiName value)Sets the value of the jndiName property.voidsetMessageDestinationName(String value)Sets the value of the messageDestinationName property.
-
-
-
Method Detail
-
getMessageDestinationName
public String getMessageDestinationName()
Gets the value of the messageDestinationName property.- Returns:
- possible object is
String
-
setMessageDestinationName
public void setMessageDestinationName(String value)
Sets the value of the messageDestinationName property.- Parameters:
value- allowed object isString
-
getJndiName
public JndiName getJndiName()
Gets the value of the jndiName property.- Returns:
- possible object is
JndiName
-
-