Uses of Interface
de.uplanet.server.transaction.IAfterCommitAction
Packages that use IAfterCommitAction
-
Uses of IAfterCommitAction in de.uplanet.server.transaction
Methods in de.uplanet.server.transaction that return IAfterCommitActionModifier and TypeMethodDescriptiondefault IAfterCommitActionIAfterCommitAction.merge(IAfterCommitAction p_afterCommitAction) Try to merge this action with the given one.Methods in de.uplanet.server.transaction with parameters of type IAfterCommitActionModifier and TypeMethodDescriptionvoidITransaction.addAfterCommitAction(IAfterCommitAction p_action) Add an after-commit action to this transactionstatic voidTransactionManager.addAfterCommitAction(IAfterCommitAction p_action) Add an action to the current transaction that will be performed after the transaction has been committed.default IAfterCommitActionIAfterCommitAction.merge(IAfterCommitAction p_afterCommitAction) Try to merge this action with the given one.