org.objectweb.jonas_lib.deployment.xml.EjbLocalRef Class Reference

Inherits org.objectweb.jonas_lib.deployment.xml.AbsElement.

Inheritance diagram for org.objectweb.jonas_lib.deployment.xml.EjbLocalRef:

Inheritance graph
[legend]
Collaboration diagram for org.objectweb.jonas_lib.deployment.xml.EjbLocalRef:

Collaboration graph
[legend]
List of all members.

Public Member Functions

void setDescription (String description)
void setEjbRefName (String ejbRefName)
void setEjbRefType (String ejbRefType)
void setLocalHome (String localHome)
void setLocal (String local)
void setEjbLink (String ejbLink)
String getDescription ()
String getEjbRefName ()
String getEjbRefType ()
String getLocalHome ()
String getLocal ()
String getEjbLink ()
String toXML (int indent)

Detailed Description

This class defines the implementation of the element ejb-local-ref.
Author:
Florent Benoit

Definition at line 33 of file EjbLocalRef.java.


Member Function Documentation

String org.objectweb.jonas_lib.deployment.xml.EjbLocalRef.getDescription  ) 
 

Returns:
the description of the ejb-local-ref

Definition at line 125 of file EjbLocalRef.java.

String org.objectweb.jonas_lib.deployment.xml.EjbLocalRef.getEjbLink  ) 
 

Returns:
the ejb-link of the ejb-local-ref

Definition at line 162 of file EjbLocalRef.java.

String org.objectweb.jonas_lib.deployment.xml.EjbLocalRef.getEjbRefName  ) 
 

Returns:
the name of the ejb-local-ref

Definition at line 133 of file EjbLocalRef.java.

String org.objectweb.jonas_lib.deployment.xml.EjbLocalRef.getEjbRefType  ) 
 

Returns:
the type of the ejb-local-ref

Definition at line 141 of file EjbLocalRef.java.

String org.objectweb.jonas_lib.deployment.xml.EjbLocalRef.getLocal  ) 
 

Returns:
the local interface of the ejb-local-ref

Definition at line 155 of file EjbLocalRef.java.

String org.objectweb.jonas_lib.deployment.xml.EjbLocalRef.getLocalHome  ) 
 

Returns:
the local home interface of the ejb-local-ref

Definition at line 148 of file EjbLocalRef.java.

void org.objectweb.jonas_lib.deployment.xml.EjbLocalRef.setDescription String  description  ) 
 

Sets the description

Parameters:
description the description to use

Definition at line 72 of file EjbLocalRef.java.

void org.objectweb.jonas_lib.deployment.xml.EjbLocalRef.setEjbLink String  ejbLink  ) 
 

Sets the ejb-link

Parameters:
ejbLink the ejb-link to use

Definition at line 115 of file EjbLocalRef.java.

void org.objectweb.jonas_lib.deployment.xml.EjbLocalRef.setEjbRefName String  ejbRefName  ) 
 

Sets the name

Parameters:
ejbRefName the name to use

Definition at line 81 of file EjbLocalRef.java.

void org.objectweb.jonas_lib.deployment.xml.EjbLocalRef.setEjbRefType String  ejbRefType  ) 
 

Sets the type

Parameters:
ejbRefType the type to use

Definition at line 90 of file EjbLocalRef.java.

void org.objectweb.jonas_lib.deployment.xml.EjbLocalRef.setLocal String  local  ) 
 

Sets the local interface

Parameters:
local the local interface to use

Definition at line 106 of file EjbLocalRef.java.

void org.objectweb.jonas_lib.deployment.xml.EjbLocalRef.setLocalHome String  localHome  ) 
 

Sets the local home interface

Parameters:
localHome the local home interface to use

Definition at line 99 of file EjbLocalRef.java.

String org.objectweb.jonas_lib.deployment.xml.EjbLocalRef.toXML int  indent  )  [virtual]
 

Represents this element by it's XML description.

Parameters:
indent use this indent for prexifing XML representation.
Returns:
the XML description of this object.

Implements org.objectweb.jonas_lib.deployment.xml.AbsElement.

Definition at line 175 of file EjbLocalRef.java.

References org.objectweb.jonas_lib.deployment.xml.AbsElement.indent(), and org.objectweb.jonas_lib.deployment.xml.AbsElement.xmlElement().

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:32 2005 for JOnAS by  doxygen 1.3.9.1