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

List of all members.

Public Member Functions

 EjbRefDesc (EjbRef ejbRef, JonasEjbRef jonasEjbRef)
String getEjbRefName ()
String getEjbRefType ()
String getEjbLink ()
String getJndiName ()
void setJndiName (String jndiName)
String toString ()
String getHome ()
String getRemote ()

Detailed Description

This class represents the description of an EjbRef object
Author:
Christophe Ney

Florent Benoit

Definition at line 36 of file EjbRefDesc.java.


Constructor & Destructor Documentation

org.objectweb.jonas_lib.deployment.api.EjbRefDesc.EjbRefDesc EjbRef  ejbRef,
JonasEjbRef  jonasEjbRef
 

Construct a descriptor for an ejb-ref tag.

Parameters:
ejbRef the ejb ref resulting of the xml parsing.
jonasEjbRef the jonas ejb ref resulting of the xml parsing.

Definition at line 74 of file EjbRefDesc.java.

References org.objectweb.jonas_lib.deployment.xml.EjbRef.getEjbLink(), org.objectweb.jonas_lib.deployment.xml.EjbRef.getEjbRefName(), org.objectweb.jonas_lib.deployment.xml.EjbRef.getEjbRefType(), org.objectweb.jonas_lib.deployment.xml.EjbRef.getHome(), org.objectweb.jonas_lib.deployment.xml.JonasEjbRef.getJndiName(), org.objectweb.jonas_lib.deployment.xml.EjbRef.getRemote(), and org.objectweb.jonas_lib.deployment.xml.EjbRef.remote.

Here is the call graph for this function:


Member Function Documentation

String org.objectweb.jonas_lib.deployment.api.EjbRefDesc.getEjbLink  ) 
 

Get the ejb-link

Returns:
String representation of the ejb-link

Definition at line 110 of file EjbRefDesc.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.EjbRefDesc.getEjbRefName  ) 
 

Get the name of the ejb-ref

Returns:
String representation of the ejb-ref-name.

Definition at line 94 of file EjbRefDesc.java.

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

String org.objectweb.jonas_lib.deployment.api.EjbRefDesc.getEjbRefType  ) 
 

Get the ejb-ref-type.

Returns:
String representation of the ejb-ref-type.

Definition at line 102 of file EjbRefDesc.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.EjbRefDesc.getHome  ) 
 

Returns:
the fully qualified name of the enterprise bean's home interface

Definition at line 148 of file EjbRefDesc.java.

Referenced by org.objectweb.jonas_lib.genclientstub.generator.Generator.generate().

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

Get the jndi name of the ejb-ref.

Returns:
String representation of the JNDI name

Definition at line 119 of file EjbRefDesc.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.EjbRefDesc.getRemote  ) 
 

Returns:
the fully qualified name of the enterprise bean's remote interface

Definition at line 154 of file EjbRefDesc.java.

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

Set the jndi name of the ejb-ref.

Parameters:
jndiName representation of the JNDI name

Definition at line 127 of file EjbRefDesc.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.EjbRefDesc.toString  ) 
 

String representation of the object for test purpose

Returns:
String representation of this object

Definition at line 136 of file EjbRefDesc.java.

References org.objectweb.jonas_lib.deployment.xml.AbsElement.toString().

Here is the call graph for this function:


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