Interface ConnectionDefinition

All Superinterfaces:
Cloneable, CopyableMetaData, IdDecoratedMetadata, JCAMetadata, MergeableMetadata<ConnectionDefinition>, Serializable

public interface ConnectionDefinition extends IdDecoratedMetadata, MergeableMetadata<ConnectionDefinition>, CopyableMetaData
A ConnectionDefinition.
Author:
Stefano Maestri
  • Method Details

    • getManagedConnectionFactoryClass

      XsdString getManagedConnectionFactoryClass()
      Returns:
      managedconnectionfactoryClass
    • getConfigProperties

      List<ConfigProperty> getConfigProperties()
      Returns:
      configProperty
    • getConnectionFactoryInterface

      XsdString getConnectionFactoryInterface()
      Returns:
      connectionfactoryInterface
    • getConnectionFactoryImplClass

      XsdString getConnectionFactoryImplClass()
      Returns:
      connectionfactoryImplClass
    • getConnectionInterface

      XsdString getConnectionInterface()
      Returns:
      connectionInterface
    • getConnectionImplClass

      XsdString getConnectionImplClass()
      Returns:
      connectionImplClass