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