org.objectweb.jonas_lib.deployment.api.MessageDestinationRefDesc Class Reference

List of all members.

Public Member Functions

 MessageDestinationRefDesc (MessageDestinationRef messageDestinationRef, JonasMessageDestinationRef jonasMessageDestinationRef) throws DeploymentDescException
String getMessageDestinationRefName ()
String getMessageDestinationType ()
String getMessageDestinationUsage ()
String getMessageDestinationLink ()
String getJndiName ()
void setJndiName (String jndiName)
String toString ()

Detailed Description

This class represents the description of a MessageDestinationRef object
Author:
Eric Hardesty

Definition at line 36 of file MessageDestinationRefDesc.java.


Constructor & Destructor Documentation

org.objectweb.jonas_lib.deployment.api.MessageDestinationRefDesc.MessageDestinationRefDesc MessageDestinationRef  messageDestinationRef,
JonasMessageDestinationRef  jonasMessageDestinationRef
throws DeploymentDescException
 

Construct a descriptor for an message-destination-ref tag.

Parameters:
messageDestinationRef the messageDestination ref result of the xml parsing.
jonasMessageDestinationRef the jonas messageDestinationRef result of the xml parsing.
Exceptions:
DeploymentDescException when missing information for creating the MessageDestinationRefDesc.

Definition at line 71 of file MessageDestinationRefDesc.java.


Member Function Documentation

String org.objectweb.jonas_lib.deployment.api.MessageDestinationRefDesc.getJndiName  ) 
 

Get the jndi name of the message-destination-ref.

Returns:
String representation of the JNDI name

Definition at line 121 of file MessageDestinationRefDesc.java.

Referenced by org.objectweb.jonas_web.deployment.lib.WebDeploymentDescManager.getDeploymentDesc(), org.objectweb.jonas_client.deployment.lib.ClientDeploymentDescManager.getDeploymentDesc(), and org.objectweb.jonas_ejb.container.JContainer.setBeanEnvironment().

String org.objectweb.jonas_lib.deployment.api.MessageDestinationRefDesc.getMessageDestinationLink  ) 
 

Get the message-destination-link

Returns:
String representation of the message-destination-link

Definition at line 112 of file MessageDestinationRefDesc.java.

Referenced by org.objectweb.jonas_web.deployment.lib.WebDeploymentDescManager.getDeploymentDesc(), and org.objectweb.jonas_client.deployment.lib.ClientDeploymentDescManager.getDeploymentDesc().

String org.objectweb.jonas_lib.deployment.api.MessageDestinationRefDesc.getMessageDestinationRefName  ) 
 

Get the name of the message-destination-ref

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

Definition at line 88 of file MessageDestinationRefDesc.java.

Referenced by org.objectweb.jonas_ejb.container.JContainer.setBeanEnvironment().

String org.objectweb.jonas_lib.deployment.api.MessageDestinationRefDesc.getMessageDestinationType  ) 
 

Get the message-destination-type.

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

Definition at line 96 of file MessageDestinationRefDesc.java.

Referenced by org.objectweb.jonas_web.deployment.lib.WebDeploymentDescManager.getDeploymentDesc(), and org.objectweb.jonas_client.deployment.lib.ClientDeploymentDescManager.getDeploymentDesc().

String org.objectweb.jonas_lib.deployment.api.MessageDestinationRefDesc.getMessageDestinationUsage  ) 
 

Get the message-destination-usage.

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

Definition at line 104 of file MessageDestinationRefDesc.java.

Referenced by org.objectweb.jonas_web.deployment.lib.WebDeploymentDescManager.getDeploymentDesc(), and org.objectweb.jonas_client.deployment.lib.ClientDeploymentDescManager.getDeploymentDesc().

void org.objectweb.jonas_lib.deployment.api.MessageDestinationRefDesc.setJndiName String  jndiName  ) 
 

Set the jndi name of the messageDestination-ref.

Parameters:
jndiName representation of the JNDI name

Definition at line 129 of file MessageDestinationRefDesc.java.

Referenced by org.objectweb.jonas_web.deployment.lib.WebDeploymentDescManager.getDeploymentDesc(), and org.objectweb.jonas_client.deployment.lib.ClientDeploymentDescManager.getDeploymentDesc().

String org.objectweb.jonas_lib.deployment.api.MessageDestinationRefDesc.toString  ) 
 

String representation of the object for test purpose

Returns:
String representation of this object

Definition at line 138 of file MessageDestinationRefDesc.java.


The documentation for this class was generated from the following file:
Generated on Tue Feb 15 15:12:14 2005 for JOnAS by  doxygen 1.3.9.1