org.objectweb.jonas_rar.deployment.xml.JonasConnectionDefinition Class Reference

Collaboration diagram for org.objectweb.jonas_rar.deployment.xml.JonasConnectionDefinition:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 JonasConnectionDefinition ()
String getId ()
void setId (String id)
JLinkedList getDescriptionList ()
void setDescriptionList (JLinkedList descriptionList)
void addDescription (String description)
String getJndiName ()
void setJndiName (String jndiName)
String getLogEnabled ()
void setLogEnabled (String logEnabled)
String getLogTopic ()
void setLogTopic (String logTopic)
PoolParams getPoolParams ()
void setPoolParams (PoolParams poolParams)
JdbcConnParams getJdbcConnParams ()
void setJdbcConnParams (JdbcConnParams jdbcConnParams)
JLinkedList getJonasConfigPropertyList ()
void setJonasConfigPropertyList (JLinkedList jonasConfigPropertyList)
void addJonasConfigProperty (JonasConfigProperty jonasConfigProperty)
String toXML (int indent)

Detailed Description

This class defines the implementation of the element jonas-connection-definition

Author:
Eric Hardesty

Definition at line 39 of file JonasConnectionDefinition.java.


Constructor & Destructor Documentation

org.objectweb.jonas_rar.deployment.xml.JonasConnectionDefinition.JonasConnectionDefinition  ) 
 

Constructor

Definition at line 85 of file JonasConnectionDefinition.java.


Member Function Documentation

void org.objectweb.jonas_rar.deployment.xml.JonasConnectionDefinition.addDescription String  description  ) 
 

Add a new description element to this object

Parameters:
description the description String

Definition at line 127 of file JonasConnectionDefinition.java.

void org.objectweb.jonas_rar.deployment.xml.JonasConnectionDefinition.addJonasConfigProperty JonasConfigProperty  jonasConfigProperty  ) 
 

Add a new jonas-config-property element to this object

Parameters:
jonasConfigProperty the jonasConfigPropertyobject

Definition at line 231 of file JonasConnectionDefinition.java.

JLinkedList org.objectweb.jonas_rar.deployment.xml.JonasConnectionDefinition.getDescriptionList  ) 
 

Gets the description

Returns:
the description

Definition at line 111 of file JonasConnectionDefinition.java.

Referenced by org.objectweb.jonas_rar.deployment.api.JonasConnectionDefinitionDesc.JonasConnectionDefinitionDesc().

String org.objectweb.jonas_rar.deployment.xml.JonasConnectionDefinition.getId  ) 
 

Gets the id

Returns:
the id

Definition at line 95 of file JonasConnectionDefinition.java.

Referenced by org.objectweb.jonas_rar.deployment.api.JonasConnectionDefinitionDesc.JonasConnectionDefinitionDesc().

JdbcConnParams org.objectweb.jonas_rar.deployment.xml.JonasConnectionDefinition.getJdbcConnParams  ) 
 

Gets the jdbc-conn-params

Returns:
the jdbc-conn-params

Definition at line 199 of file JonasConnectionDefinition.java.

Referenced by org.objectweb.jonas_rar.deployment.api.JonasConnectionDefinitionDesc.JonasConnectionDefinitionDesc().

String org.objectweb.jonas_rar.deployment.xml.JonasConnectionDefinition.getJndiName  ) 
 

Gets the jndi-name

Returns:
the jndi-name

Definition at line 135 of file JonasConnectionDefinition.java.

Referenced by org.objectweb.jonas_rar.deployment.api.JonasConnectionDefinitionDesc.JonasConnectionDefinitionDesc().

JLinkedList org.objectweb.jonas_rar.deployment.xml.JonasConnectionDefinition.getJonasConfigPropertyList  ) 
 

Gets the jonas-config-property

Returns:
the jonas-config-property

Definition at line 215 of file JonasConnectionDefinition.java.

Referenced by org.objectweb.jonas_rar.deployment.api.JonasConnectionDefinitionDesc.JonasConnectionDefinitionDesc().

String org.objectweb.jonas_rar.deployment.xml.JonasConnectionDefinition.getLogEnabled  ) 
 

Gets the log-enabled

Returns:
the log-enabled

Definition at line 151 of file JonasConnectionDefinition.java.

Referenced by org.objectweb.jonas_rar.deployment.api.JonasConnectionDefinitionDesc.JonasConnectionDefinitionDesc().

String org.objectweb.jonas_rar.deployment.xml.JonasConnectionDefinition.getLogTopic  ) 
 

Gets the log-topic

Returns:
the log-topic

Definition at line 167 of file JonasConnectionDefinition.java.

Referenced by org.objectweb.jonas_rar.deployment.api.JonasConnectionDefinitionDesc.JonasConnectionDefinitionDesc().

PoolParams org.objectweb.jonas_rar.deployment.xml.JonasConnectionDefinition.getPoolParams  ) 
 

Gets the pool-params

Returns:
the pool-params

Definition at line 183 of file JonasConnectionDefinition.java.

Referenced by org.objectweb.jonas_rar.deployment.api.JonasConnectionDefinitionDesc.JonasConnectionDefinitionDesc().

void org.objectweb.jonas_rar.deployment.xml.JonasConnectionDefinition.setDescriptionList JLinkedList  descriptionList  ) 
 

Set the description

Parameters:
descriptionList description

Definition at line 119 of file JonasConnectionDefinition.java.

void org.objectweb.jonas_rar.deployment.xml.JonasConnectionDefinition.setId String  id  ) 
 

Set the id

Parameters:
id id

Definition at line 103 of file JonasConnectionDefinition.java.

void org.objectweb.jonas_rar.deployment.xml.JonasConnectionDefinition.setJdbcConnParams JdbcConnParams  jdbcConnParams  ) 
 

Set the jdbc-conn-params

Parameters:
jdbcConnParams jdbcConnParams

Definition at line 207 of file JonasConnectionDefinition.java.

void org.objectweb.jonas_rar.deployment.xml.JonasConnectionDefinition.setJndiName String  jndiName  ) 
 

Set the jndiname

Parameters:
jndiName jndiname

Definition at line 143 of file JonasConnectionDefinition.java.

void org.objectweb.jonas_rar.deployment.xml.JonasConnectionDefinition.setJonasConfigPropertyList JLinkedList  jonasConfigPropertyList  ) 
 

Set the jonas-config-property

Parameters:
jonasConfigPropertyList jonasConfigProperty

Definition at line 223 of file JonasConnectionDefinition.java.

void org.objectweb.jonas_rar.deployment.xml.JonasConnectionDefinition.setLogEnabled String  logEnabled  ) 
 

Set the log-enabled

Parameters:
logEnabled logEnabled

Definition at line 159 of file JonasConnectionDefinition.java.

void org.objectweb.jonas_rar.deployment.xml.JonasConnectionDefinition.setLogTopic String  logTopic  ) 
 

Set the log-topic

Parameters:
logTopic logTopic

Definition at line 175 of file JonasConnectionDefinition.java.

void org.objectweb.jonas_rar.deployment.xml.JonasConnectionDefinition.setPoolParams PoolParams  poolParams  ) 
 

Set the pool-params

Parameters:
poolParams poolParams

Definition at line 191 of file JonasConnectionDefinition.java.

String org.objectweb.jonas_rar.deployment.xml.JonasConnectionDefinition.toXML int  indent  ) 
 

Represents this element by it's XML description.

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

Definition at line 240 of file JonasConnectionDefinition.java.

References org.objectweb.jonas_lib.deployment.xml.JLinkedList.toString(), org.objectweb.jonas_rar.deployment.xml.JdbcConnParams.toXML(), org.objectweb.jonas_rar.deployment.xml.PoolParams.toXML(), and org.objectweb.jonas_lib.deployment.xml.JLinkedList.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:13:21 2005 for JOnAS by  doxygen 1.3.9.1