FDO .NET API Reference Feature Data Objects

OSGeo::FDO::Commands::Locking::ILockedObjectReaderImp Class Reference
[OSGeo::FDO::Commands::Locking]

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

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

Inheritance graph
[legend]
List of all members.

Detailed Description

The ILockedObjectReaderImp class is a concrete implementation of ILockedObjectReader. The ILockedObjectReader interface provides forward-only, read-only functionality to identify lock information for a set of objects.

()

Remarks:
A reference to an ILockedObjectReader interface is returned from the GetLockedObjects and GetLockInfo commands. The initial position of the ILockInfoReader is prior to the first item. Thus, you must call ReadNext to begin accessing any data.

Definition at line 42 of file mgILockedObjectReaderImp.h.


Public Member Functions

System::Void Close ()
 Closes the ILockInfoReader object, freeing any resources it may be holding.
System::String * GetFeatureClassName ()
 Gets the class name of the feature currently being read.
OSGeo::FDO::Commands::PropertyValueCollectionGetIdentity ()
 Gets an PropertyValueCollection containing the property values that uniquely identify the feature currently being read.
System::String * GetLockOwner ()
 Gets the name of user who holds the lock on the feature currently being read.
OSGeo::FDO::Commands::Locking::LockType GetLockType ()
 Gets the type of the lock held on the feature currently being read.
System::String * GetLongTransaction ()
 Gets the name of the long transaction in which the feature currently being read is locked.
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.

Comments or suggestions? Send us feedback.