|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
LockSet create()
LockSet create_related(LockSet which)
TransactionalLockSet create_transactional()
TransactionalLockSet create_transactional_related(TransactionalLockSet which)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |