StaticMap class commit policy

In the dictionary associated with the specified resource, all keys of the current copy are assigned the corresponding values of the working copy's keys.

This policy can be used to record the current transaction and the start of a new transaction.

Type: rule policy.

Syntax

commit {sid: Handle}

In this case:

Returned value

KSS_GRANT if the values of keys were successfully assigned.

KSS_DENY in the following cases:

Example

...

/* For a Server entity query via the security interface, in its associated dictionary,

all keys of the current copy are assigned the values of the corresponding keys of the working copy */

security src=Server, method=Set {

M.commit {sid: src_sid}

}

Page top