Package com.axemble.vdoc.sdk.impl
Class ProcessDataSourceReference
java.lang.Object
com.axemble.vdoc.sdk.impl.AbstractElement
com.axemble.vdoc.sdk.impl.ProcessDataSourceReference
- All Implemented Interfaces:
IDataSourceReference
,IExternalReference
,Serializable
- Author:
- vlygeros
- See Also:
-
Field Summary
Fields inherited from class com.axemble.vdoc.sdk.impl.AbstractElement
module
-
Constructor Summary
ModifierConstructorDescriptionprotected
ProcessDataSourceReference
(IModule module) protected
ProcessDataSourceReference
(IModule module, String jndiName) -
Method Summary
Modifier and TypeMethodDescriptionGets a connection for the specified external referencegetName()
Gets the name of the external reference.Methods inherited from class com.axemble.vdoc.sdk.impl.AbstractElement
getModule
-
Field Details
-
jndiName
-
-
Constructor Details
-
ProcessDataSourceReference
-
ProcessDataSourceReference
-
-
Method Details
-
getConnection
Description copied from interface:IDataSourceReference
Gets a connection for the specified external reference- Specified by:
getConnection
in interfaceIDataSourceReference
- Returns:
- JDBC Connection object
-
getName
Description copied from interface:IExternalReference
Gets the name of the external reference.- Specified by:
getName
in interfaceIExternalReference
- Returns:
- a string object.
-