public interface ConnectionProvider extends Serializable
Modifier and Type | Method and Description |
---|---|
void |
cleanup()
called once when the system is shutting down, should be idempotent.
|
Connection |
getConnection()
Get connection.
|
void |
prepare()
method must be idempotent.
|
void prepare()
Connection getConnection()
void cleanup()
Copyright © 2023 The Apache Software Foundation. All rights reserved.