org.omg.CosConcurrencyControl

Interface LockSetFactoryOperations

public interface LockSetFactoryOperations

The LockSetFactory interface provides sets of operations that return new LockSet and TransactionalLockSet instances
Method Summary
LockSetcreate()
Creates a new lock set and lock coordinator
LockSetcreate_related(LockSet which)
Creates a new lock set that is related to an existing lock set.
TransactionalLockSetcreate_transactional()
Creates a new transactional lock set and lock coordinator for explicit mode transactional clients
TransactionalLockSetcreate_transactional_related(TransactionalLockSet which)
Creates a new transactional lock set that is related to an existing lock set.

Method Detail

create

public LockSet create()
Creates a new lock set and lock coordinator

create_related

public LockSet create_related(LockSet which)
Creates a new lock set that is related to an existing lock set. Related lock sets drop their locks together

create_transactional

public TransactionalLockSet create_transactional()
Creates a new transactional lock set and lock coordinator for explicit mode transactional clients

create_transactional_related

public TransactionalLockSet create_transactional_related(TransactionalLockSet which)
Creates a new transactional lock set that is related to an existing lock set. Related lock sets drop their locks together.