Package com.axemble.vdoc.sdk.interfaces
Interface IDataSourceReference
- All Superinterfaces:
IExternalReference
,Serializable
- All Known Implementing Classes:
ProcessDataSourceReference
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 TypeMethodDescriptionGets a connection for the specified external referenceMethods 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
-