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 () |
Definition at line 36 of file MessageDestinationRefDesc.java.
|
||||||||||||
|
Construct a descriptor for an message-destination-ref tag.
Definition at line 71 of file MessageDestinationRefDesc.java. |
|
|
Get the jndi name of the message-destination-ref.
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(). |
|
|
Get 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(). |
|
|
Get the name of the message-destination-ref
Definition at line 88 of file MessageDestinationRefDesc.java. Referenced by org.objectweb.jonas_ejb.container.JContainer.setBeanEnvironment(). |
|
|
Get 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(). |
|
|
Get 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(). |
|
|
Set the jndi name of the messageDestination-ref.
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 representation of the object for test purpose
Definition at line 138 of file MessageDestinationRefDesc.java. |
1.3.9.1