Uses of Interface
de.uplanet.server.transaction.IAfterCommitAction
-
Packages that use IAfterCommitAction Package Description de.uplanet.server.transaction -
-
Uses of IAfterCommitAction in de.uplanet.server.transaction
Methods in de.uplanet.server.transaction that return IAfterCommitAction Modifier and Type Method Description default IAfterCommitActionIAfterCommitAction. merge(IAfterCommitAction p_afterCommitAction)Try to merge this action with the given one.Methods in de.uplanet.server.transaction with parameters of type IAfterCommitAction Modifier and Type Method Description voidITransaction. 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.
-