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

List of all members.

Public Member Functions

 ConnectionDefinition ()
String getId ()
void setId (String id)
String getManagedconnectionfactoryClass ()
void setManagedconnectionfactoryClass (String managedconnectionfactoryClass)
JLinkedList getConfigPropertyList ()
void setConfigPropertyList (JLinkedList configPropertyList)
void addConfigProperty (ConfigProperty configProperty)
String getConnectionfactoryInterface ()
void setConnectionfactoryInterface (String connectionfactoryInterface)
String getConnectionfactoryImplClass ()
void setConnectionfactoryImplClass (String connectionfactoryImplClass)
String getConnectionInterface ()
void setConnectionInterface (String connectionInterface)
String getConnectionImplClass ()
void setConnectionImplClass (String connectionImplClass)
String toXML (int indent)

Detailed Description

This class defines the implementation of the element connection-definition

Author:
Eric Hardesty

Definition at line 37 of file ConnectionDefinition.java.


Constructor & Destructor Documentation

org.objectweb.jonas_rar.deployment.xml.ConnectionDefinition.ConnectionDefinition  ) 
 

Constructor

Definition at line 78 of file ConnectionDefinition.java.


Member Function Documentation

void org.objectweb.jonas_rar.deployment.xml.ConnectionDefinition.addConfigProperty ConfigProperty  configProperty  ) 
 

Add a new config-property element to this object

Parameters:
configProperty the configPropertyobject

Definition at line 135 of file ConnectionDefinition.java.

JLinkedList org.objectweb.jonas_rar.deployment.xml.ConnectionDefinition.getConfigPropertyList  ) 
 

Gets the config-property

Returns:
the config-property

Definition at line 119 of file ConnectionDefinition.java.

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

String org.objectweb.jonas_rar.deployment.xml.ConnectionDefinition.getConnectionfactoryImplClass  ) 
 

Gets the connectionfactory-impl-class

Returns:
the connectionfactory-impl-class

Definition at line 159 of file ConnectionDefinition.java.

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

String org.objectweb.jonas_rar.deployment.xml.ConnectionDefinition.getConnectionfactoryInterface  ) 
 

Gets the connectionfactory-interface

Returns:
the connectionfactory-interface

Definition at line 143 of file ConnectionDefinition.java.

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

String org.objectweb.jonas_rar.deployment.xml.ConnectionDefinition.getConnectionImplClass  ) 
 

Gets the connection-impl-class

Returns:
the connection-impl-class

Definition at line 191 of file ConnectionDefinition.java.

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

String org.objectweb.jonas_rar.deployment.xml.ConnectionDefinition.getConnectionInterface  ) 
 

Gets the connection-interface

Returns:
the connection-interface

Definition at line 175 of file ConnectionDefinition.java.

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

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

Gets the id

Returns:
the id

Definition at line 87 of file ConnectionDefinition.java.

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

String org.objectweb.jonas_rar.deployment.xml.ConnectionDefinition.getManagedconnectionfactoryClass  ) 
 

Gets the managedconnectionfactory-class

Returns:
the managedconnectionfactory-class

Definition at line 103 of file ConnectionDefinition.java.

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

void org.objectweb.jonas_rar.deployment.xml.ConnectionDefinition.setConfigPropertyList JLinkedList  configPropertyList  ) 
 

Set the config-property

Parameters:
configPropertyList configProperty

Definition at line 127 of file ConnectionDefinition.java.

void org.objectweb.jonas_rar.deployment.xml.ConnectionDefinition.setConnectionfactoryImplClass String  connectionfactoryImplClass  ) 
 

Set the connectionfactory-impl-class

Parameters:
connectionfactoryImplClass connectionfactoryImplClass

Definition at line 167 of file ConnectionDefinition.java.

void org.objectweb.jonas_rar.deployment.xml.ConnectionDefinition.setConnectionfactoryInterface String  connectionfactoryInterface  ) 
 

Set the connectionfactory-interface

Parameters:
connectionfactoryInterface connectionfactoryInterface

Definition at line 151 of file ConnectionDefinition.java.

void org.objectweb.jonas_rar.deployment.xml.ConnectionDefinition.setConnectionImplClass String  connectionImplClass  ) 
 

Set the connection-impl-class

Parameters:
connectionImplClass connectionImplClass

Definition at line 199 of file ConnectionDefinition.java.

void org.objectweb.jonas_rar.deployment.xml.ConnectionDefinition.setConnectionInterface String  connectionInterface  ) 
 

Set the connection-interface

Parameters:
connectionInterface connectionInterface

Definition at line 183 of file ConnectionDefinition.java.

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

Set the id

Parameters:
id id object

Definition at line 95 of file ConnectionDefinition.java.

void org.objectweb.jonas_rar.deployment.xml.ConnectionDefinition.setManagedconnectionfactoryClass String  managedconnectionfactoryClass  ) 
 

Set the managedconnectionfactory-class

Parameters:
managedconnectionfactoryClass managedconnectionfactoryClass

Definition at line 111 of file ConnectionDefinition.java.

String org.objectweb.jonas_rar.deployment.xml.ConnectionDefinition.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 209 of file ConnectionDefinition.java.

References org.objectweb.jonas_lib.deployment.xml.JLinkedList.toString(), 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:20 2005 for JOnAS by  doxygen 1.3.9.1