org.objectweb.jonas_rar.deployment.api
Class ConnectionDefinitionDesc

java.lang.Object
  extended by org.objectweb.jonas_rar.deployment.api.ConnectionDefinitionDesc
All Implemented Interfaces:
java.io.Serializable

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

This class defines the implementation of the element connection-definition

Author:
Eric Hardesty
See Also:
Serialized Form

Constructor Summary
ConnectionDefinitionDesc(ConnectionDefinition cd)
          Constructor
 
Method Summary
 java.util.List getConfigPropertyList()
          Gets the config-property
 java.lang.String getConnectionfactoryImplClass()
          Gets the connectionfactory-impl-class
 java.lang.String getConnectionfactoryInterface()
          Gets the connectionfactory-interface
 java.lang.String getConnectionImplClass()
          Gets the connection-impl-class
 java.lang.String getConnectionInterface()
          Gets the connection-interface
 java.lang.String getId()
          Gets the id
 java.lang.String getManagedconnectionfactoryClass()
          Gets the managedconnectionfactory-class
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionDefinitionDesc

public ConnectionDefinitionDesc(ConnectionDefinition cd)
Constructor

Method Detail

getId

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

Returns:
the id

getManagedconnectionfactoryClass

public java.lang.String getManagedconnectionfactoryClass()
Gets the managedconnectionfactory-class

Returns:
the managedconnectionfactory-class

getConfigPropertyList

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

Returns:
the config-property

getConnectionfactoryInterface

public java.lang.String getConnectionfactoryInterface()
Gets the connectionfactory-interface

Returns:
the connectionfactory-interface

getConnectionfactoryImplClass

public java.lang.String getConnectionfactoryImplClass()
Gets the connectionfactory-impl-class

Returns:
the connectionfactory-impl-class

getConnectionInterface

public java.lang.String getConnectionInterface()
Gets the connection-interface

Returns:
the connection-interface

getConnectionImplClass

public java.lang.String getConnectionImplClass()
Gets the connection-impl-class

Returns:
the connection-impl-class