initAuthorisationChecked(final AtomicReference< Req >, final AtomicReference< Res >, final AtomicReference< CallerInformation >, final AtomicReference< Long >, final AtomicReference< Boolean >) method

Initializes the transaction and call the limit and restriction check.

Syntax

final void initAuthorisationChecked ( final AtomicReference< Req > requestRef , final AtomicReference< Res > responseRef , final AtomicReference< CallerInformation > callerRef , final AtomicReference< Long > authIdRef , final AtomicReference< Boolean > persistRef )

Parameters

Usage

Afterwards the

ITransactionFlowOverlay#afterInitTransaction(com.sybase365.mobiliser.money.businesslogic.util.beans.IMoneyRequest, ITransactionResponse, AtomicReference, AtomicReference, boolean)

is called