FDO API Reference Feature Data Objects

mgILockConflictReader.h File Reference

Include dependency graph for mgILockConflictReader.h:

This graph shows which files directly or indirectly include this file:


Functions

System::Void Close ()
 Closes the FdoILockConflictReader object, freeing any resources it may be holding.
NAMESPACE_OSGEO_FDO_COMMANDS_LOCKING::ConflictType GetConflictType ()
 Gets the conflict type for the conflict currently being read.
NAMESPACE_OSGEO_FDO_COMMANDS::PropertyValueCollection * GetIdentity ()
 Returns an FdoPropertyValueCollection containing the property values that uniquely identify the feature currently being read.
System::String * GetLockOwner ()
 Gets the name of the owner who holds a lock 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.

Variables

END_NAMESPACE_OSGEO_FDO_COMMANDS
BEGIN_NAMESPACE_OSGEO_FDO_COMMANDS_LOCKING
public __gc __interface 
ILockConflictReader
 The FdoILockConflictReader interface provides forward only, read-only functionality for identifying features that have a lock conflict. Features with a lock conflict are those that the caller is attempting to modify that are already locked by someone else.

Comments or suggestions? Send us feedback.