Uses of Interface
de.uplanet.server.transaction.IAfterCommitAction
-
Uses of IAfterCommitAction in de.uplanet.server.transaction
Modifier and TypeMethodDescriptiondefault IAfterCommitAction
IAfterCommitAction.merge
(IAfterCommitAction p_afterCommitAction) Try to merge this action with the given one.Modifier and TypeMethodDescriptionvoid
ITransaction.addAfterCommitAction
(IAfterCommitAction p_action) Add an after-commit action to this transactionstatic void
TransactionManager.addAfterCommitAction
(IAfterCommitAction p_action) Add an action to the current transaction that will be performed after the transaction has been committed.default IAfterCommitAction
IAfterCommitAction.merge
(IAfterCommitAction p_afterCommitAction) Try to merge this action with the given one.