OSGeo::FDO::Commands::Locking::ILockOwnersReaderImp Class Reference
[OSGeo::FDO::Commands::Locking]
List of all members.
Detailed Description
The
ILockOwnersReaderImp class is a concrete implementation of
ILockOwnersReader. The
ILockOwnersReader interface provides forward-only, read-only functionality for identifying users. A connected user has status of lock owner even if he has no locks or has released his locks.
()
|
Public Member Functions |
System::Void | Close () |
| Closes the ILockOwnersReader object, freeing any resources it may be holding.
|
System::String * | GetLockOwner () |
| Gets the name of a user.
|
System::Boolean | ReadNext () |
| Advances the reader to the next item. The default position of the reader is prior to the first item. Thus, you must call ReadNext to begin accessing any data.
|