Uses of Interface
com.usatiuk.objects.transaction.PreCommitTxHook
Packages that use PreCommitTxHook
Package
Description
-
Uses of PreCommitTxHook in com.usatiuk.dhfs.autosync
Classes in com.usatiuk.dhfs.autosync that implement PreCommitTxHookModifier and TypeClassDescriptionclass
Pre-commit hook to automatically download remote objects, if the option to download all objects is enabled. -
Uses of PreCommitTxHook in com.usatiuk.dhfs.jmap
Classes in com.usatiuk.dhfs.jmap that implement PreCommitTxHookModifier and TypeClassDescriptionclass
This hook is used to delete all the entries of a map in a map holder when the holder is deleted.class
-
Uses of PreCommitTxHook in com.usatiuk.dhfs.peertrust
Classes in com.usatiuk.dhfs.peertrust that implement PreCommitTxHookModifier and TypeClassDescriptionclass
Automatically refreshes certificates in the trust manager for peers when their info is updated. -
Uses of PreCommitTxHook in com.usatiuk.dhfs.refcount
Classes in com.usatiuk.dhfs.refcount that implement PreCommitTxHookModifier and TypeClassDescriptionclass
Automatically deletes objects that are not referenced by anything else.class
-
Uses of PreCommitTxHook in com.usatiuk.dhfs.remoteobj
Classes in com.usatiuk.dhfs.remoteobj that implement PreCommitTxHookModifier and TypeClassDescriptionclass
Transaction hook to automatically notifyInvalidationQueueService
about changed objects.