public class JDBCService extends Service
It is important to close() the service to close shared
resources.
| Constructor and Description |
|---|
JDBCService(JDBCServiceDescription serviceDescription)
Creates a new service for JDBC operations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes the shared resources: executor and JDBC datasource.
|
getDescription, getName, getServiceMethodspublic JDBCService(JDBCServiceDescription serviceDescription)
serviceDescription - the description of the JDBC service; can't be
nullCopyright © 2015. All rights reserved.