Package org.omg.CosConcurrencyControl

Interface Summary
LockCoordinator The LockCoordinator interface enables a transaction service to drop all locks held by a transaction.
LockCoordinatorOperations The LockCoordinator interface enables a transaction service to drop all locks held by a transaction.
LockSet The LockSet interface provides operations to aquire and release locks on behalf of the calling thread or transaction
LockSetFactory The LockSetFactory interface provides sets of operations that return new LockSet and TransactionalLockSet instances
LockSetFactoryOperations The LockSetFactory interface provides sets of operations that return new LockSet and TransactionalLockSet instances
LockSetOperations The LockSet interface provides operations to aquire and release locks on behalf of the calling thread or transaction
TransactionalLockSet The TransactionalLockSet interface provides operations to acquire and release locks on a lock set on behalf of a specific transaction.
TransactionalLockSetOperations The TransactionalLockSet interface provides operations to acquire and release locks on a lock set on behalf of a specific transaction.
 

Class Summary
_LockCoordinatorStub The LockCoordinator interface enables a transaction service to drop all locks held by a transaction.
_LockSetFactoryStub The LockSetFactory interface provides sets of operations that return new LockSet and TransactionalLockSet instances
_LockSetStub The LockSet interface provides operations to aquire and release locks on behalf of the calling thread or transaction
_TransactionalLockSetStub The TransactionalLockSet interface provides operations to acquire and release locks on a lock set on behalf of a specific transaction.
lock_mode The lock_mode type represents the types of lock that can be acquired on a resource
lock_modeHelper Helper class for : lock_mode
lock_modeHolder Holder class for : lock_mode
LockCoordinatorHelper Helper class for : LockCoordinator
LockCoordinatorHolder Holder class for : LockCoordinator
LockCoordinatorPOA The LockCoordinator interface enables a transaction service to drop all locks held by a transaction.
LockCoordinatorPOATie The LockCoordinator interface enables a transaction service to drop all locks held by a transaction.
LockNotHeldHelper Helper class for : LockNotHeld
LockNotHeldHolder Holder class for : LockNotHeld
LockSetFactoryHelper Helper class for : LockSetFactory
LockSetFactoryHolder Holder class for : LockSetFactory
LockSetFactoryPOA The LockSetFactory interface provides sets of operations that return new LockSet and TransactionalLockSet instances
LockSetFactoryPOATie The LockSetFactory interface provides sets of operations that return new LockSet and TransactionalLockSet instances
LockSetHelper Helper class for : LockSet
LockSetHolder Holder class for : LockSet
LockSetPOA The LockSet interface provides operations to aquire and release locks on behalf of the calling thread or transaction
LockSetPOATie The LockSet interface provides operations to aquire and release locks on behalf of the calling thread or transaction
TransactionalLockSetHelper Helper class for : TransactionalLockSet
TransactionalLockSetHolder Holder class for : TransactionalLockSet
TransactionalLockSetPOA The TransactionalLockSet interface provides operations to acquire and release locks on a lock set on behalf of a specific transaction.
TransactionalLockSetPOATie The TransactionalLockSet interface provides operations to acquire and release locks on a lock set on behalf of a specific transaction.
 

Exception Summary
LockNotHeld The LockNotHeld exception is raised when an operation to unlock or change the mode of a lock is called and the specified lock is not held