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

List of all members.

Public Member Functions

 EjbLocalRefDesc (EjbLocalRef ejbLocalRef) throws DeploymentDescException
String getEjbRefName ()
String getEjbRefType ()
String getLocalHome ()
String getLocal ()
String getEjbLink ()
String getJndiLocalName ()
void setJndiLocalName (String jndiName)
String toString ()

Detailed Description

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

Florent Benoit

Definition at line 36 of file EjbLocalRefDesc.java.


Constructor & Destructor Documentation

org.objectweb.jonas_lib.deployment.api.EjbLocalRefDesc.EjbLocalRefDesc EjbLocalRef  ejbLocalRef  )  throws DeploymentDescException
 

Construct a descriptor for an ejb-local-ref tag.

Parameters:
ejbLocalRef the ejb local ref resulting of the xml parsing.
Exceptions:
DeploymentDescException when missing information for creating the EjbLocalRefDesc.

Definition at line 75 of file EjbLocalRefDesc.java.


Member Function Documentation

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

Get the ejb-link

Returns:
String representation of the ejb-link

Definition at line 123 of file EjbLocalRefDesc.java.

Referenced by org.objectweb.jonas_web.deployment.lib.WebDeploymentDescManager.getDeploymentDesc().

String org.objectweb.jonas_lib.deployment.api.EjbLocalRefDesc.getEjbRefName  ) 
 

Get the name of the ejb-ref

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

Definition at line 91 of file EjbLocalRefDesc.java.

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

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

Get the ejb-ref-type.

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

Definition at line 99 of file EjbLocalRefDesc.java.

Referenced by org.objectweb.jonas_web.deployment.lib.WebDeploymentDescManager.getDeploymentDesc().

String org.objectweb.jonas_lib.deployment.api.EjbLocalRefDesc.getJndiLocalName  ) 
 

Get the jndi name of the ejb-local-ref.

Returns:
the string representation of the JNDI name

Definition at line 131 of file EjbLocalRefDesc.java.

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

String org.objectweb.jonas_lib.deployment.api.EjbLocalRefDesc.getLocal  ) 
 

Get the Local class of the target bean

Returns:
String representation of the class.

Definition at line 115 of file EjbLocalRefDesc.java.

String org.objectweb.jonas_lib.deployment.api.EjbLocalRefDesc.getLocalHome  ) 
 

Get the LocalHome class of the target bean

Returns:
String representation of the class.

Definition at line 107 of file EjbLocalRefDesc.java.

void org.objectweb.jonas_lib.deployment.api.EjbLocalRefDesc.setJndiLocalName String  jndiName  ) 
 

Set the jndi name of the ejb-local-ref.

Parameters:
jndiName the string representation of the jndi name.

Definition at line 139 of file EjbLocalRefDesc.java.

Referenced by org.objectweb.jonas_web.deployment.lib.WebDeploymentDescManager.getDeploymentDesc().

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

String representation of the object for test purpose

Returns:
String representation of this object

Definition at line 147 of file EjbLocalRefDesc.java.


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