org.omg.CosConcurrencyControl
public interface TransactionalLockSetOperations
Method Summary | |
---|---|
void | change_mode(Coordinator current, lock_mode held_mode, lock_mode new_mode)
Changes the mode of a single lock |
LockCoordinator | get_coordinator(Coordinator which)
Returns the lock coordinator associated with the specified transaction |
void | lock(Coordinator current, lock_mode mode)
Acquires a lock on the specified lock set in the specified mode |
boolean | try_lock(Coordinator current, lock_mode mode)
Attempts to acquire a lock on the specified lock set |
void | unlock(Coordinator current, lock_mode mode)
Drops a single lock on the specified lock set in the specified mode |