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 SummaryFieldsFields inherited from class com.axemble.vdoc.sdk.impl.AbstractElementmodule
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedProcessDataSourceReference(IModule module) protectedProcessDataSourceReference(IModule module, String jndiName) 
- 
Method SummaryModifier 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.AbstractElementgetModule
- 
Field Details- 
jndiName
 
- 
- 
Constructor Details- 
ProcessDataSourceReference
- 
ProcessDataSourceReference
 
- 
- 
Method Details- 
getConnectionDescription copied from interface:IDataSourceReferenceGets a connection for the specified external reference- Specified by:
- getConnectionin interface- IDataSourceReference
- Returns:
- JDBC Connection object
 
- 
getNameDescription copied from interface:IExternalReferenceGets the name of the external reference.- Specified by:
- getNamein interface- IExternalReference
- Returns:
- a string object.
 
 
-