public interface DatasourceHandle
Modifier and Type | Method and Description |
---|---|
void |
close()
Close the datasource handle
|
DatasourceDefinition |
getDatasourceDefinition()
Get the datasource definition
|
java.lang.Exception |
getLastException()
Get the last exception
|
void |
init(java.util.Map parameters)
Initialize the datasource handle with the given parameters
|
boolean |
isAlive()
Check whether the connection is still alive
|
void init(java.util.Map parameters)
parameters
- map of parametersvoid close()
DatasourceDefinition getDatasourceDefinition()
boolean isAlive()
java.lang.Exception getLastException()
Copyright © 2022 Gentics Software. All Rights Reserved.