|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DatasourceHandle
Interface for a datasource handle
Method Summary | |
---|---|
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 |
Method Detail |
---|
void init(java.util.Map parameters)
parameters
- map of parametersvoid close()
DatasourceDefinition getDatasourceDefinition()
boolean isAlive()
java.lang.Exception getLastException()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |