Class PurgeTransactionThread
java.lang.Object
fr.gouv.vitam.collect.internal.thread.PurgeTransactionThread
- All Implemented Interfaces:
Runnable
-
Constructor Summary
ConstructorDescriptionPurgeTransactionThread
(CollectInternalConfiguration collectInternalConfiguration, TransactionService transactionService) -
Method Summary
Modifier and TypeMethodDescriptionvoid
deleteTransaction
(Integer tenantId, Integer delay) void
process()
void
run()
-
Constructor Details
-
PurgeTransactionThread
public PurgeTransactionThread(CollectInternalConfiguration collectInternalConfiguration, TransactionService transactionService)
-
-
Method Details
-
run
public void run() -
deleteTransaction
public void deleteTransaction(Integer tenantId, Integer delay) throws CollectInternalException, ParseException -
process
- Throws:
CollectInternalException
-