org.ow2.jonas.deployment.rar
Class JonasConnectionDefinitionDesc

java.lang.Object
  extended by org.ow2.jonas.deployment.rar.JonasConnectionDefinitionDesc
All Implemented Interfaces:
Serializable

public class JonasConnectionDefinitionDesc
extends Object
implements 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
 List getDescriptionList()
          Gets the description
 String getId()
          Gets the id
 JdbcConnParamsDesc getJdbcConnParamsDesc()
          Gets the jdbc-conn-params
 String getJndiName()
          Gets the jndi-name
 List getJonasConfigPropertyList()
          Gets the jonas-config-property
 String getLogEnabled()
          Gets the log-enabled
 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 String getId()
Gets the id

Returns:
the id

getDescriptionList

public List getDescriptionList()
Gets the description

Returns:
the description

getJndiName

public String getJndiName()
Gets the jndi-name

Returns:
the jndi-name

getLogEnabled

public String getLogEnabled()
Gets the log-enabled

Returns:
the log-enabled

getLogTopic

public 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 List getJonasConfigPropertyList()
Gets the jonas-config-property

Returns:
the jonas-config-property


Copyright © 2010 OW2 Consortium. All Rights Reserved.