Class TempTableServiceImpl
java.lang.Object
net.datenwerke.rs.core.service.internaldb.TempTableServiceImpl
- All Implemented Interfaces:
TempTableService
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Field Summary
Fields inherited from interface net.datenwerke.rs.core.service.internaldb.TempTableService
PROPERTY_KEY_DEFAULT_DATASOURCE -
Constructor Summary
ConstructorsConstructorDescriptionTempTableServiceImpl(DatasourceService datasourceService, DbPoolService dbPoolService, ConfigService configService) -
Method Summary
Modifier and TypeMethodDescriptionvoidEnsure to callTempTableHelper.writeOperationCompleted()after completing your write operation.voidshutdown()
-
Constructor Details
-
TempTableServiceImpl
public TempTableServiceImpl(DatasourceService datasourceService, DbPoolService dbPoolService, ConfigService configService)
-
-
Method Details
-
getHelper
Description copied from interface:TempTableServiceEnsure to callTempTableHelper.writeOperationCompleted()after completing your write operation.- Specified by:
getHelperin interfaceTempTableService- Parameters:
requester-
-
shutdown
public void shutdown()- Specified by:
shutdownin interfaceTempTableService
-
dropRSTMPtables
- Specified by:
dropRSTMPtablesin interfaceTempTableService- Throws:
SQLExceptionInterruptedExceptionExecutionException
-
getConnectionConfig
- Specified by:
getConnectionConfigin interfaceTempTableService
-
getInternalDbDatasource
- Specified by:
getInternalDbDatasourcein interfaceTempTableService
-