Server
API Reference Guide
Product Documentation:

Rogue Wave Server
Documentation Home
List of all members | Public Member Functions
IlsLock Class Reference

This class lets you manipulate global locks within a transaction. More...

#include <ilserver/transact.h>

Public Member Functions

IlsBoolean lock ()
 Performs a lock. It returns IlsFalse if the operation fails.
 
IlsBoolean trylock ()
 Tries to perform a lock. It returns IlsFalse if the lock cannot be taken.
 
IlsBoolean unlock ()
 Releases a lock. It returns IlsFalse if the operation fails.
 

Detailed Description

This class lets you manipulate global locks within a transaction.

Library: server

Global locks are automatically released when the transaction is over.

See also
IlsSafeLock, IlsTransaction.