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 SummaryModifier and TypeMethodDescriptionGets a connection for the specified external referenceMethods inherited from interface com.axemble.vdoc.sdk.interfaces.IExternalReferencegetName
- 
Method Details- 
getConnectionConnection getConnection()Gets a connection for the specified external reference- Returns:
- JDBC Connection object
 
 
-