Rogue Wave 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.

© Copyright 2018, Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.