FDO .NET API Reference Feature Data Objects
Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

OSGeo::FDO::Commands::Locking::ILockOwnersReaderImp Class Reference

Inherits OSGeo::FDO::Runtime::Disposable, and OSGeo::FDO::Commands::Locking::OSGeo::FDO::Commands::Locking::ILockOwnersReader.

Inheritance diagram for OSGeo::FDO::Commands::Locking::ILockOwnersReaderImp:

[legend]
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.

Remarks:
A reference to an ILockOwnersReader interface is returned from the GetLockOwners command. The initial position of the ILockOwnersReader interface is prior to the first item. Thus, you must call ReadNext to begin accessing any data.


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.

Protected Member Functions

__sealed System::Void ReleaseUnmanagedObject ()
 DOXYGEN-IGNORE

Member Function Documentation

System::Void OSGeo::FDO::Commands::Locking::ILockOwnersReaderImp::Close  ) 
 

Closes the ILockOwnersReader object, freeing any resources it may be holding.

Returns:
Returns nothing

System::String* OSGeo::FDO::Commands::Locking::ILockOwnersReaderImp::GetLockOwner  ) 
 

Gets the name of a user.

Returns:
Returns the name of a user

System::Boolean OSGeo::FDO::Commands::Locking::ILockOwnersReaderImp::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.

Returns:
Returns true if there is a next item.

__sealed System::Void OSGeo::FDO::Commands::Locking::ILockOwnersReaderImp::ReleaseUnmanagedObject  )  [protected, virtual]
 

DOXYGEN-IGNORE

Reimplemented from OSGeo::FDO::Runtime::Disposable.


Comments or suggestions? Send us feedback.