Interface IDataSourceReference

All Superinterfaces:
IExternalReference, Serializable
All Known Implementing Classes:
ProcessDataSourceReference

public interface IDataSourceReference extends IExternalReference
This class retrieves a connection from a specified Data source declared in JNDI
Since:
1.0, 15/04/2008
Author:
vlygeros
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets a connection for the specified external reference

    Methods inherited from interface com.axemble.vdoc.sdk.interfaces.IExternalReference

    getName
  • Method Details

    • getConnection

      Connection getConnection()
      Gets a connection for the specified external reference
      Returns:
      JDBC Connection object