org.apache.openejb.jee.jba
Class MessageDestinationRef

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

public class MessageDestinationRef
extends Object


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

Field Detail

messageDestinationRefName

protected String messageDestinationRefName

jndiName

protected JndiName jndiName
Constructor Detail

MessageDestinationRef

public MessageDestinationRef()
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 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-2013 The Apache OpenEJB development community. All Rights Reserved.