|
||||||||||
| 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.JonasConnectionDefinition
public class JonasConnectionDefinition
This class defines the implementation of the element jonas-connection-definition
| Constructor Summary | |
|---|---|
JonasConnectionDefinition()
Constructor |
|
| Method Summary | |
|---|---|
void |
addDescription(String description)
Add a new description element to this object |
void |
addJonasConfigProperty(JonasConfigProperty jonasConfigProperty)
Add a new jonas-config-property element to this object |
JLinkedList |
getDescriptionList()
Gets the description |
String |
getId()
Gets the id |
JdbcConnParams |
getJdbcConnParams()
Gets the jdbc-conn-params |
String |
getJndiName()
Gets the jndi-name |
JLinkedList |
getJonasConfigPropertyList()
Gets the jonas-config-property |
String |
getLogEnabled()
Gets the log-enabled |
String |
getLogTopic()
Gets the log-topic |
PoolParams |
getPoolParams()
Gets the pool-params |
void |
setDescriptionList(JLinkedList descriptionList)
Set the description |
void |
setId(String id)
Set the id |
void |
setJdbcConnParams(JdbcConnParams jdbcConnParams)
Set the jdbc-conn-params |
void |
setJndiName(String jndiName)
Set the jndiname |
void |
setJonasConfigPropertyList(JLinkedList jonasConfigPropertyList)
Set the jonas-config-property |
void |
setLogEnabled(String logEnabled)
Set the log-enabled |
void |
setLogTopic(String logTopic)
Set the log-topic |
void |
setPoolParams(PoolParams poolParams)
Set the pool-params |
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 JonasConnectionDefinition()
| Method Detail |
|---|
public String getId()
public void setId(String id)
id - idpublic JLinkedList getDescriptionList()
public void setDescriptionList(JLinkedList descriptionList)
descriptionList - descriptionpublic void addDescription(String description)
description - the description Stringpublic String getJndiName()
public void setJndiName(String jndiName)
jndiName - jndinamepublic String getLogEnabled()
public void setLogEnabled(String logEnabled)
logEnabled - logEnabledpublic String getLogTopic()
public void setLogTopic(String logTopic)
logTopic - logTopicpublic PoolParams getPoolParams()
public void setPoolParams(PoolParams poolParams)
poolParams - poolParamspublic JdbcConnParams getJdbcConnParams()
public void setJdbcConnParams(JdbcConnParams jdbcConnParams)
jdbcConnParams - jdbcConnParamspublic JLinkedList getJonasConfigPropertyList()
public void setJonasConfigPropertyList(JLinkedList jonasConfigPropertyList)
jonasConfigPropertyList - jonasConfigPropertypublic void addJonasConfigProperty(JonasConfigProperty jonasConfigProperty)
jonasConfigProperty - the jonasConfigPropertyobjectpublic 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 | |||||||||