org.objectweb.jonas_rar.deployment.api
Class JonasConnectionDefinitionDesc

java.lang.Object
  extended byorg.objectweb.jonas_rar.deployment.api.JonasConnectionDefinitionDesc
All Implemented Interfaces:
java.io.Serializable

public class JonasConnectionDefinitionDesc
extends java.lang.Object
implements java.io.Serializable

This class defines the implementation of the element jonas-connection-definition

Author:
Eric Hardesty
See Also:
Serialized Form

Constructor Summary
JonasConnectionDefinitionDesc(JonasConnectionDefinition jcd)
          Constructor
 
Method Summary
 java.util.List getDescriptionList()
          Gets the description
 java.lang.String getId()
          Gets the id
 JdbcConnParamsDesc getJdbcConnParamsDesc()
          Gets the jdbc-conn-params
 java.lang.String getJndiName()
          Gets the jndi-name
 java.util.List getJonasConfigPropertyList()
          Gets the jonas-config-property
 java.lang.String getLogEnabled()
          Gets the log-enabled
 java.lang.String getLogTopic()
          Gets the log-topic
 PoolParamsDesc getPoolParamsDesc()
          Gets the pool-params
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JonasConnectionDefinitionDesc

public JonasConnectionDefinitionDesc(JonasConnectionDefinition jcd)
Constructor

Method Detail

getId

public java.lang.String getId()
Gets the id

Returns:
the id

getDescriptionList

public java.util.List getDescriptionList()
Gets the description

Returns:
the description

getJndiName

public java.lang.String getJndiName()
Gets the jndi-name

Returns:
the jndi-name

getLogEnabled

public java.lang.String getLogEnabled()
Gets the log-enabled

Returns:
the log-enabled

getLogTopic

public java.lang.String getLogTopic()
Gets the log-topic

Returns:
the log-topic

getPoolParamsDesc

public PoolParamsDesc getPoolParamsDesc()
Gets the pool-params

Returns:
the pool-params

getJdbcConnParamsDesc

public JdbcConnParamsDesc getJdbcConnParamsDesc()
Gets the jdbc-conn-params

Returns:
the jdbc-conn-params

getJonasConfigPropertyList

public java.util.List getJonasConfigPropertyList()
Gets the jonas-config-property

Returns:
the jonas-config-property