Exclusive Locks

Before an object can be updated, it must have an exclusive lock placed on it. When you lock an object using an exclusive lock, no other process can lock the same object. JADE automatically applies an exclusive lock when an object is updated. By default, updated objects are locked for the duration of the transaction.