org.objectweb.jonas_ear.deployment.xml.Module Class Reference

Collaboration diagram for org.objectweb.jonas_ear.deployment.xml.Module:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 Module ()
String getConnector ()
void setConnector (String connector)
String getEjb ()
void setEjb (String ejb)
String getJava ()
void setJava (String java)
Web getWeb ()
void setWeb (Web web)
String getAltDd ()
void setAltDd (String altDd)
String toXML (int indent)

Detailed Description

This class defines the implementation of the element module

Author:
JOnAS team

Definition at line 36 of file Module.java.


Constructor & Destructor Documentation

org.objectweb.jonas_ear.deployment.xml.Module.Module  ) 
 

Constructor

Definition at line 67 of file Module.java.


Member Function Documentation

String org.objectweb.jonas_ear.deployment.xml.Module.getAltDd  ) 
 

Gets the alt-dd

Returns:
the alt-dd

Definition at line 139 of file Module.java.

Referenced by org.objectweb.jonas_ear.deployment.api.EarDeploymentDesc.EarDeploymentDesc().

String org.objectweb.jonas_ear.deployment.xml.Module.getConnector  ) 
 

Gets the connector

Returns:
the connector

Definition at line 75 of file Module.java.

Referenced by org.objectweb.jonas_ear.deployment.api.EarDeploymentDesc.EarDeploymentDesc().

String org.objectweb.jonas_ear.deployment.xml.Module.getEjb  ) 
 

Gets the ejb

Returns:
the ejb

Definition at line 91 of file Module.java.

Referenced by org.objectweb.jonas_ear.deployment.api.EarDeploymentDesc.EarDeploymentDesc().

String org.objectweb.jonas_ear.deployment.xml.Module.getJava  ) 
 

Gets the java

Returns:
the java

Definition at line 107 of file Module.java.

Referenced by org.objectweb.jonas_ear.deployment.api.EarDeploymentDesc.EarDeploymentDesc().

Web org.objectweb.jonas_ear.deployment.xml.Module.getWeb  ) 
 

Gets the web

Returns:
the web

Definition at line 123 of file Module.java.

Referenced by org.objectweb.jonas_ear.deployment.api.EarDeploymentDesc.EarDeploymentDesc().

void org.objectweb.jonas_ear.deployment.xml.Module.setAltDd String  altDd  ) 
 

Set the alt-dd

Parameters:
altDd altDd

Definition at line 147 of file Module.java.

void org.objectweb.jonas_ear.deployment.xml.Module.setConnector String  connector  ) 
 

Set the connector

Parameters:
connector connector

Definition at line 83 of file Module.java.

void org.objectweb.jonas_ear.deployment.xml.Module.setEjb String  ejb  ) 
 

Set the ejb

Parameters:
ejb ejb

Definition at line 99 of file Module.java.

void org.objectweb.jonas_ear.deployment.xml.Module.setJava String  java  ) 
 

Set the java

Parameters:
java java

Definition at line 115 of file Module.java.

void org.objectweb.jonas_ear.deployment.xml.Module.setWeb Web  web  ) 
 

Set the web

Parameters:
web web

Definition at line 131 of file Module.java.

String org.objectweb.jonas_ear.deployment.xml.Module.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 156 of file Module.java.

References org.objectweb.jonas_ear.deployment.xml.Web.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:09:59 2005 for JOnAS by  doxygen 1.3.9.1