org.apache.openejb.jee.jba
Class MessageDestination

java.lang.Object
  extended by org.apache.openejb.jee.jba.MessageDestination

public class MessageDestination
extends java.lang.Object


Field Summary
protected  JndiName jndiName
           
protected  java.lang.String messageDestinationName
           
 
Constructor Summary
MessageDestination()
           
 
Method Summary
 JndiName getJndiName()
          Gets the value of the jndiName property.
 java.lang.String getMessageDestinationName()
          Gets the value of the messageDestinationName property.
 void setJndiName(JndiName value)
          Sets the value of the jndiName property.
 void setMessageDestinationName(java.lang.String value)
          Sets the value of the messageDestinationName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

messageDestinationName

protected java.lang.String messageDestinationName

jndiName

protected JndiName jndiName
Constructor Detail

MessageDestination

public MessageDestination()
Method Detail

getMessageDestinationName

public java.lang.String getMessageDestinationName()
Gets the value of the messageDestinationName property.

Returns:
possible object is String

setMessageDestinationName

public void setMessageDestinationName(java.lang.String value)
Sets the value of the messageDestinationName property.

Parameters:
value - allowed object is String

getJndiName

public JndiName getJndiName()
Gets the value of the jndiName property.

Returns:
possible object is JndiName

setJndiName

public void setJndiName(JndiName value)
Sets the value of the jndiName property.

Parameters:
value - allowed object is JndiName


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.