unlock

unlock(unlockTarget: Object);

The unlock method of the Object class removes the current lock from the object specified in the unlockTarget parameter.

Objects that are manually unlocked after a beginLoad instruction or beginTransaction instruction are not unlocked until an endLoad, commitTransaction, or abortTransaction instruction is encountered. For more details, see "Locking Objects", in Chapter 6 of the JADE Developer’s Reference.