| |
|
| java.lang.Object org.objectweb.jonas_lib.deployment.api.MessageDestinationRefDesc
MessageDestinationRefDesc | public class MessageDestinationRefDesc (Code) | | This class represents the description of a MessageDestinationRef object
author: Eric Hardesty |
MessageDestinationRefDesc | public MessageDestinationRefDesc(MessageDestinationRef messageDestinationRef, JonasMessageDestinationRef jonasMessageDestinationRef) throws DeploymentDescException(Code) | | Construct a descriptor for an message-destination-ref tag.
Parameters: messageDestinationRef - the messageDestination ref result of the xml parsing. Parameters: jonasMessageDestinationRef - the jonas messageDestinationRef result of the xml parsing. throws: DeploymentDescException - when missing information forcreating the MessageDestinationRefDesc. |
getJndiName | public String getJndiName()(Code) | | Get the jndi name of the message-destination-ref.
String representation of the JNDI name |
getMessageDestinationLink | public String getMessageDestinationLink()(Code) | | Get the message-destination-link
String representation of the message-destination-link |
getMessageDestinationRefName | public String getMessageDestinationRefName()(Code) | | Get the name of the message-destination-ref
String representation of the message-destination-ref-name. |
getMessageDestinationType | public String getMessageDestinationType()(Code) | | Get the message-destination-type.
String representation of the message-destination-type. |
getMessageDestinationUsage | public String getMessageDestinationUsage()(Code) | | Get the message-destination-usage.
String representation of the message-destination-usage. |
setJndiName | public void setJndiName(String jndiName)(Code) | | Set the jndi name of the messageDestination-ref.
Parameters: jndiName - representation of the JNDI name |
toString | public String toString()(Code) | | String representation of the object for test purpose
String representation of this object |
|
|
|