org.objectweb.jonas_ejb.deployment.xml.EjbJar Class Reference

Collaboration diagram for org.objectweb.jonas_ejb.deployment.xml.EjbJar:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 EjbJar ()
String getPublicId ()
void setPublicId (String pid)
String getVersion ()
void setVersion (String ver)
EnterpriseBeans getEnterpriseBeans ()
void setEnterpriseBeans (EnterpriseBeans enterpriseBeans)
Relationships getRelationships ()
void setRelationships (Relationships relationships)
AssemblyDescriptor getAssemblyDescriptor ()
void setAssemblyDescriptor (AssemblyDescriptor assemblyDescriptor)
String getEjbClientJar ()
void setEjbClientJar (String ejbClientJar)
String toXML (int indent)

Detailed Description

This class defines the implementation of the element ejb-jar

Author:
JOnAS team

Definition at line 42 of file EjbJar.java.


Constructor & Destructor Documentation

org.objectweb.jonas_ejb.deployment.xml.EjbJar.EjbJar  ) 
 

Constructor

Definition at line 86 of file EjbJar.java.


Member Function Documentation

AssemblyDescriptor org.objectweb.jonas_ejb.deployment.xml.EjbJar.getAssemblyDescriptor  ) 
 

Gets the assembly-descriptor

Returns:
the assembly-descriptor

Definition at line 182 of file EjbJar.java.

String org.objectweb.jonas_ejb.deployment.xml.EjbJar.getEjbClientJar  ) 
 

Gets the ejb-client-jar

Returns:
the ejb-client-jar

Definition at line 198 of file EjbJar.java.

EnterpriseBeans org.objectweb.jonas_ejb.deployment.xml.EjbJar.getEnterpriseBeans  ) 
 

Gets the enterprise-beans

Returns:
the enterprise-beans

Definition at line 150 of file EjbJar.java.

String org.objectweb.jonas_ejb.deployment.xml.EjbJar.getPublicId  ) 
 

Get the PublicId of the DTD used

Returns:
the PublicId

Definition at line 94 of file EjbJar.java.

Relationships org.objectweb.jonas_ejb.deployment.xml.EjbJar.getRelationships  ) 
 

Gets the relationships

Returns:
the relationships

Definition at line 166 of file EjbJar.java.

String org.objectweb.jonas_ejb.deployment.xml.EjbJar.getVersion  ) 
 

Get the Version of the EJB specification

Returns:
the Version

Definition at line 111 of file EjbJar.java.

void org.objectweb.jonas_ejb.deployment.xml.EjbJar.setAssemblyDescriptor AssemblyDescriptor  assemblyDescriptor  ) 
 

Set the assembly-descriptor

Parameters:
assemblyDescriptor assemblyDescriptor

Definition at line 190 of file EjbJar.java.

void org.objectweb.jonas_ejb.deployment.xml.EjbJar.setEjbClientJar String  ejbClientJar  ) 
 

Set the ejb-client-jar

Parameters:
ejbClientJar ejbClientJar

Definition at line 206 of file EjbJar.java.

void org.objectweb.jonas_ejb.deployment.xml.EjbJar.setEnterpriseBeans EnterpriseBeans  enterpriseBeans  ) 
 

Set the enterprise-beans

Parameters:
enterpriseBeans enterpriseBeans

Definition at line 158 of file EjbJar.java.

void org.objectweb.jonas_ejb.deployment.xml.EjbJar.setPublicId String  pid  ) 
 

Set the PublicId of the DTD used

Parameters:
pid the publicId

Definition at line 102 of file EjbJar.java.

void org.objectweb.jonas_ejb.deployment.xml.EjbJar.setRelationships Relationships  relationships  ) 
 

Set the relationships

Parameters:
relationships relationships

Definition at line 174 of file EjbJar.java.

void org.objectweb.jonas_ejb.deployment.xml.EjbJar.setVersion String  ver  ) 
 

Set the Version of the EJB specification

Parameters:
ver the version

Definition at line 142 of file EjbJar.java.

String org.objectweb.jonas_ejb.deployment.xml.EjbJar.toXML int  indent  ) 
 

Represents this element by it's XML description.

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

Definition at line 215 of file EjbJar.java.

References org.objectweb.jonas_ejb.deployment.xml.AssemblyDescriptor.toXML(), org.objectweb.jonas_ejb.deployment.xml.Relationships.toXML(), and org.objectweb.jonas_ejb.deployment.xml.EnterpriseBeans.toXML().

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