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