| |
|
| java.lang.Object org.objectweb.jonas_lib.deployment.xml.AbsElement org.objectweb.jonas_rar.deployment.xml.ConnectionDefinition
ConnectionDefinition | public class ConnectionDefinition extends AbsElement (Code) | | This class defines the implementation of the element connection-definition
author: Eric Hardesty |
ConnectionDefinition | public ConnectionDefinition()(Code) | | Constructor
|
addConfigProperty | public void addConfigProperty(ConfigProperty configProperty)(Code) | | Add a new config-property element to this object
Parameters: configProperty - the configPropertyobject |
getConfigPropertyList | public JLinkedList getConfigPropertyList()(Code) | | Gets the config-property
the config-property |
getConnectionImplClass | public String getConnectionImplClass()(Code) | | Gets the connection-impl-class
the connection-impl-class |
getConnectionInterface | public String getConnectionInterface()(Code) | | Gets the connection-interface
the connection-interface |
getConnectionfactoryImplClass | public String getConnectionfactoryImplClass()(Code) | | Gets the connectionfactory-impl-class
the connectionfactory-impl-class |
getConnectionfactoryInterface | public String getConnectionfactoryInterface()(Code) | | Gets the connectionfactory-interface
the connectionfactory-interface |
getManagedconnectionfactoryClass | public String getManagedconnectionfactoryClass()(Code) | | Gets the managedconnectionfactory-class
the managedconnectionfactory-class |
setConfigPropertyList | public void setConfigPropertyList(JLinkedList configPropertyList)(Code) | | Set the config-property
Parameters: configPropertyList - configProperty |
setConnectionImplClass | public void setConnectionImplClass(String connectionImplClass)(Code) | | Set the connection-impl-class
Parameters: connectionImplClass - connectionImplClass |
setConnectionInterface | public void setConnectionInterface(String connectionInterface)(Code) | | Set the connection-interface
Parameters: connectionInterface - connectionInterface |
setConnectionfactoryImplClass | public void setConnectionfactoryImplClass(String connectionfactoryImplClass)(Code) | | Set the connectionfactory-impl-class
Parameters: connectionfactoryImplClass - connectionfactoryImplClass |
setConnectionfactoryInterface | public void setConnectionfactoryInterface(String connectionfactoryInterface)(Code) | | Set the connectionfactory-interface
Parameters: connectionfactoryInterface - connectionfactoryInterface |
setId | public void setId(String id)(Code) | | Set the id
Parameters: id - id object |
setManagedconnectionfactoryClass | public void setManagedconnectionfactoryClass(String managedconnectionfactoryClass)(Code) | | Set the managedconnectionfactory-class
Parameters: managedconnectionfactoryClass - managedconnectionfactoryClass |
toXML | public String toXML(int indent)(Code) | | Represents this element by it's XML description.
Parameters: indent - use this indent for prefixing XML representation. the XML description of this object. |
|
|
|