org.omg.CosConcurrencyControl
public interface LockSetFactoryOperations
Method Summary | |
---|---|
LockSet | create()
Creates a new lock set and lock coordinator |
LockSet | create_related(LockSet which)
Creates a new lock set that is related to an existing lock set.
|
TransactionalLockSet | create_transactional()
Creates a new transactional lock set and lock coordinator for explicit mode transactional clients |
TransactionalLockSet | create_transactional_related(TransactionalLockSet which)
Creates a new transactional lock set that is related to an existing lock set.
|