org.ow2.jonas.deployment.api
Interface IMessageDestinationRefDesc

All Known Implementing Classes:
MessageDestinationRefDesc

public interface IMessageDestinationRefDesc


Method Summary
 String getJndiName()
          Get the jndi name of the message-destination-ref.
 String getMessageDestinationLink()
          Get the message-destination-link.
 String getMessageDestinationRefName()
          Get the name of the message-destination-ref.
 String getMessageDestinationType()
          Get the message-destination-type.
 String getMessageDestinationUsage()
          Get the message-destination-usage.
 

Method Detail

getMessageDestinationRefName

String getMessageDestinationRefName()
Get the name of the message-destination-ref.

Returns:
String representation of the message-destination-ref-name.

getMessageDestinationType

String getMessageDestinationType()
Get the message-destination-type.

Returns:
String representation of the message-destination-type.

getMessageDestinationUsage

String getMessageDestinationUsage()
Get the message-destination-usage.

Returns:
String representation of the message-destination-usage.

getMessageDestinationLink

String getMessageDestinationLink()
Get the message-destination-link.

Returns:
String representation of the message-destination-link

getJndiName

String getJndiName()
Get the jndi name of the message-destination-ref.

Returns:
String representation of the JNDI name


Copyright © 2010 OW2 Consortium. All Rights Reserved.