org.jboss.metadata.rar.spec
Class ConnectionDefinitionMetaData

java.lang.Object
  extended by org.jboss.metadata.javaee.support.IdMetaDataImpl
      extended by org.jboss.metadata.rar.spec.ConnectionDefinitionMetaData
All Implemented Interfaces:
Serializable, Cloneable, IdMetaData

public class ConnectionDefinitionMetaData
extends IdMetaDataImpl

Connection Definition meta data

Version:
$Revision: 83806 $
Author:
Adrian Brock, Jeff Zhang
See Also:
Serialized Form

Constructor Summary
ConnectionDefinitionMetaData()
           
 
Method Summary
 List<ConfigPropertyMetaData> getConfigProps()
           
 String getConnectionFactoryImplementationClass()
          Get the connection factory implementation class
 String getConnectionFactoryInterfaceClass()
          Get the connection factory interface class
 String getConnectionImplementationClass()
          Get the connection implementation class
 String getConnectionInterfaceClass()
          Get the connection interface class
 String getManagedConnectionFactoryClass()
          Get the managed connection factory class
 void setConfigProps(List<ConfigPropertyMetaData> configProps)
           
 void setConnectionFactoryImplementationClass(String connectionFactoryImplementationClass)
          Set the connection factory implementation class
 void setConnectionFactoryInterfaceClass(String connectionFactoryInterfaceClass)
          Set the connection factory interface class
 void setConnectionImplementationClass(String connectionImplementationClass)
          Set the connection implementation class
 void setConnectionInterfaceClass(String connectionInterfaceClass)
          Set the connection interface class
 void setManagedConnectionFactoryClass(String managedConnectionFactoryClass)
          Set the managed connection factory class
 String toString()
           
 
Methods inherited from class org.jboss.metadata.javaee.support.IdMetaDataImpl
clone, equals, getId, hashCode, merge, merge, setId
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConnectionDefinitionMetaData

public ConnectionDefinitionMetaData()
Method Detail

getManagedConnectionFactoryClass

public String getManagedConnectionFactoryClass()
Get the managed connection factory class

Returns:
the managed connection factory class

setManagedConnectionFactoryClass

public void setManagedConnectionFactoryClass(String managedConnectionFactoryClass)
Set the managed connection factory class

Parameters:
managedConnectionFactoryClass - the class name

setConfigProps

public void setConfigProps(List<ConfigPropertyMetaData> configProps)

getConfigProps

public List<ConfigPropertyMetaData> getConfigProps()

getConnectionFactoryInterfaceClass

public String getConnectionFactoryInterfaceClass()
Get the connection factory interface class

Returns:
the connection factory interface class

setConnectionFactoryInterfaceClass

public void setConnectionFactoryInterfaceClass(String connectionFactoryInterfaceClass)
Set the connection factory interface class

Parameters:
connectionFactoryInterfaceClass - the class name

getConnectionFactoryImplementationClass

public String getConnectionFactoryImplementationClass()
Get the connection factory implementation class

Returns:
the connection factory implementation class

setConnectionFactoryImplementationClass

public void setConnectionFactoryImplementationClass(String connectionFactoryImplementationClass)
Set the connection factory implementation class

Parameters:
connectionFactoryImplementationClass - the class name

getConnectionInterfaceClass

public String getConnectionInterfaceClass()
Get the connection interface class

Returns:
the connection interface class

setConnectionInterfaceClass

public void setConnectionInterfaceClass(String connectionInterfaceClass)
Set the connection interface class

Parameters:
connectionInterfaceClass - the class name

getConnectionImplementationClass

public String getConnectionImplementationClass()
Get the connection implementation class

Returns:
the connection implementation class

setConnectionImplementationClass

public void setConnectionImplementationClass(String connectionImplementationClass)
Set the connection implementation class

Parameters:
connectionImplementationClass - the class name

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.