org.ow2.jonas.deployment.rar
Class ConnectionDefinitionDesc

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

public class ConnectionDefinitionDesc
extends Object
implements 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
 List getConfigPropertyList()
          Gets the config-property
 String getConnectionfactoryImplClass()
          Gets the connectionfactory-impl-class
 String getConnectionfactoryInterface()
          Gets the connectionfactory-interface
 String getConnectionImplClass()
          Gets the connection-impl-class
 String getConnectionInterface()
          Gets the connection-interface
 String getId()
          Gets the id
 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 String getId()
Gets the id

Returns:
the id

getManagedconnectionfactoryClass

public String getManagedconnectionfactoryClass()
Gets the managedconnectionfactory-class

Returns:
the managedconnectionfactory-class

getConfigPropertyList

public List getConfigPropertyList()
Gets the config-property

Returns:
the config-property

getConnectionfactoryInterface

public String getConnectionfactoryInterface()
Gets the connectionfactory-interface

Returns:
the connectionfactory-interface

getConnectionfactoryImplClass

public String getConnectionfactoryImplClass()
Gets the connectionfactory-impl-class

Returns:
the connectionfactory-impl-class

getConnectionInterface

public String getConnectionInterface()
Gets the connection-interface

Returns:
the connection-interface

getConnectionImplClass

public String getConnectionImplClass()
Gets the connection-impl-class

Returns:
the connection-impl-class


Copyright © 2010 OW2 Consortium. All Rights Reserved.