org.omg.CosConcurrencyControl
Interface LockSetFactoryOperations

All Known Subinterfaces:
LockSetFactory, LockSetFactory, LockSetFactoryOperations
All Known Implementing Classes:
_LockSetFactoryStub, _LockSetFactoryStub, LockSetFactory, LockSetFactoryPOA, LockSetFactoryPOA, LockSetFactoryPOATie, LockSetFactoryPOATie

public interface LockSetFactoryOperations

The LockSetFactory interface provides sets of operations that return new LockSet and TransactionalLockSet instances


Method Summary
 LockSet create_related(LockSet which)
          Creates a new lock set that is related to an existing lock set.
 TransactionalLockSet create_transactional_related(TransactionalLockSet which)
          Creates a new transactional 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
 LockSet create()
          Creates a new lock set and lock coordinator
 

Method Detail

create

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


create_related

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

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


create_transactional_related

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.