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::IGetLockedObjectsImp Class Reference

Inherits OSGeo::FDO::Commands::ICommandImp, and OSGeo::FDO::Commands::Locking::OSGeo::FDO::Commands::Locking::IGetLockedObjects.

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

[legend]
List of all members.

Detailed Description

The IGetLockedObjectsImp class is a concrete implementation of IGetLockedObjects. The IGetLockedObjects interface defines the GetLockedObjects command, which gets a list of all objects that are currently locked by a particular user.


Public Member Functions

OSGeo::FDO::Commands::Locking::ILockedObjectReaderExecute ()
 Executes the GetLockedObjects command, returning an ILockedObjectReader.
__property System::String * get_LockOwner ()
 Gets the name of the user whose locked objects you want to list.
__property System::Void set_LockOwner (System::String *value)
 Sets the name of the user whose locked objects you want to list.

Member Function Documentation

OSGeo ::FDO ::Commands ::Locking ::ILockedObjectReader* OSGeo::FDO::Commands::Locking::IGetLockedObjectsImp::Execute  ) 
 

Executes the GetLockedObjects command, returning an ILockedObjectReader.

Returns:
Returns a list of all of the objects currently locked by a particular user. The list might be empty if the user does not have anything locked.

__property System::String* OSGeo::FDO::Commands::Locking::IGetLockedObjectsImp::get_LockOwner  ) 
 

Gets the name of the user whose locked objects you want to list.

Returns:
Returns the name of the user

__property System::Void OSGeo::FDO::Commands::Locking::IGetLockedObjectsImp::set_LockOwner System::String *  value  ) 
 

Sets the name of the user whose locked objects you want to list.

Parameters:
value Input the name of the user
Returns:
Returns nothing

Comments or suggestions? Send us feedback.