|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jonas.deployment.common.xml.AbsElement
org.ow2.jonas.deployment.rar.xml.ConnectionDefinition
public class ConnectionDefinition
This class defines the implementation of the element connection-definition
| Constructor Summary | |
|---|---|
ConnectionDefinition()
Constructor |
|
| Method Summary | |
|---|---|
void |
addConfigProperty(ConfigProperty configProperty)
Add a new config-property element to this object |
JLinkedList |
getConfigPropertyList()
Gets the config-property |
String |
getConnectionfactoryImplClass()
Gets the connectionfactory-impl-class |
String |
getConnectionfactoryInterface()
Gets the connectionfactory-interface |
String |
getConnectionImplClass()
Gets the connection-impl-class |
String |
getConnectionInterface()
Gets the connection-interface |
String |
getId()
Gets the id |
String |
getManagedconnectionfactoryClass()
Gets the managedconnectionfactory-class |
void |
setConfigPropertyList(JLinkedList configPropertyList)
Set the config-property |
void |
setConnectionfactoryImplClass(String connectionfactoryImplClass)
Set the connectionfactory-impl-class |
void |
setConnectionfactoryInterface(String connectionfactoryInterface)
Set the connectionfactory-interface |
void |
setConnectionImplClass(String connectionImplClass)
Set the connection-impl-class |
void |
setConnectionInterface(String connectionInterface)
Set the connection-interface |
void |
setId(String id)
Set the id |
void |
setManagedconnectionfactoryClass(String managedconnectionfactoryClass)
Set the managedconnectionfactory-class |
String |
toXML(int indent)
Represents this element by it's XML description. |
| Methods inherited from class org.ow2.jonas.deployment.common.xml.AbsElement |
|---|
indent, toString, toXML, xmlAttribute, xmlElement |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ConnectionDefinition()
| Method Detail |
|---|
public String getId()
public void setId(String id)
id - id objectpublic String getManagedconnectionfactoryClass()
public void setManagedconnectionfactoryClass(String managedconnectionfactoryClass)
managedconnectionfactoryClass - managedconnectionfactoryClasspublic JLinkedList getConfigPropertyList()
public void setConfigPropertyList(JLinkedList configPropertyList)
configPropertyList - configPropertypublic void addConfigProperty(ConfigProperty configProperty)
configProperty - the configPropertyobjectpublic String getConnectionfactoryInterface()
public void setConnectionfactoryInterface(String connectionfactoryInterface)
connectionfactoryInterface - connectionfactoryInterfacepublic String getConnectionfactoryImplClass()
public void setConnectionfactoryImplClass(String connectionfactoryImplClass)
connectionfactoryImplClass - connectionfactoryImplClasspublic String getConnectionInterface()
public void setConnectionInterface(String connectionInterface)
connectionInterface - connectionInterfacepublic String getConnectionImplClass()
public void setConnectionImplClass(String connectionImplClass)
connectionImplClass - connectionImplClasspublic String toXML(int indent)
toXML in interface ElementtoXML in class AbsElementindent - use this indent for prefixing XML representation.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||