Module CosConcurrencyControl


Interface Index

LockCoordinator
LockSet
LockSetFactory
TransactionalLockSet

Exception Index

LockNotHeld

Enum Index

lock_mode

Exceptions

LockNotHeld
exception LockNotHeld
{
};

Enums

lock_mode
enum lock_mode
{
    read,
    write,
    upgrade,
    intention_read,
    intention_write
};

Generated by the ORBacus IDL-to-HTML translator (non-commercial)