이 콘텐츠는 선택한 언어로 제공되지 않습니다.
19.7. Transaction Synchronization
19.7.1. About Transaction Synchronizations 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
Synchronizations are a type of listener that receives notifications about events leading to the transaction life cycle. Synchronizations receive an event just before and just after completion of an operation.
Synchronizations are primarily useful when specific tasks must be triggered before or after an event. An common application for synchronizations are clearing out an application's caches after an operation (such as a transaction) concludes.
In JBoss Data Grid, synchronizations are only available in Library mode.