| |
|
| java.lang.Object org.objectweb.jonas_lib.deployment.xml.AbsElement org.objectweb.jonas_rar.deployment.xml.JonasConnectionDefinition
JonasConnectionDefinition | public class JonasConnectionDefinition extends AbsElement implements TopLevelElement(Code) | | This class defines the implementation of the element jonas-connection-definition
author: Eric Hardesty |
JonasConnectionDefinition | public JonasConnectionDefinition()(Code) | | Constructor
|
addDescription | public void addDescription(String description)(Code) | | Add a new description element to this object
Parameters: description - the description String |
addJonasConfigProperty | public void addJonasConfigProperty(JonasConfigProperty jonasConfigProperty)(Code) | | Add a new jonas-config-property element to this object
Parameters: jonasConfigProperty - the jonasConfigPropertyobject |
getDescriptionList | public JLinkedList getDescriptionList()(Code) | | Gets the description
the description |
getJdbcConnParams | public JdbcConnParams getJdbcConnParams()(Code) | | Gets the jdbc-conn-params
the jdbc-conn-params |
getJndiName | public String getJndiName()(Code) | | Gets the jndi-name
the jndi-name |
getJonasConfigPropertyList | public JLinkedList getJonasConfigPropertyList()(Code) | | Gets the jonas-config-property
the jonas-config-property |
getLogEnabled | public String getLogEnabled()(Code) | | Gets the log-enabled
the log-enabled |
getLogTopic | public String getLogTopic()(Code) | | Gets the log-topic
the log-topic |
getPoolParams | public PoolParams getPoolParams()(Code) | | Gets the pool-params
the pool-params |
setDescriptionList | public void setDescriptionList(JLinkedList descriptionList)(Code) | | Set the description
Parameters: descriptionList - description |
setId | public void setId(String id)(Code) | | Set the id
Parameters: id - id |
setJdbcConnParams | public void setJdbcConnParams(JdbcConnParams jdbcConnParams)(Code) | | Set the jdbc-conn-params
Parameters: jdbcConnParams - jdbcConnParams |
setJndiName | public void setJndiName(String jndiName)(Code) | | Set the jndiname
Parameters: jndiName - jndiname |
setJonasConfigPropertyList | public void setJonasConfigPropertyList(JLinkedList jonasConfigPropertyList)(Code) | | Set the jonas-config-property
Parameters: jonasConfigPropertyList - jonasConfigProperty |
setLogEnabled | public void setLogEnabled(String logEnabled)(Code) | | Set the log-enabled
Parameters: logEnabled - logEnabled |
setLogTopic | public void setLogTopic(String logTopic)(Code) | | Set the log-topic
Parameters: logTopic - logTopic |
setPoolParams | public void setPoolParams(PoolParams poolParams)(Code) | | Set the pool-params
Parameters: poolParams - poolParams |
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. |
|
|
|