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::LongTransaction::IFreezeLongTransactionImp Class Reference

Inherits OSGeo::FDO::Commands::ICommandImp, and OSGeo::FDO::Commands::LongTransaction::OSGeo::FDO::Commands::LongTransaction::IFreezeLongTransaction.

Inheritance diagram for OSGeo::FDO::Commands::LongTransaction::IFreezeLongTransactionImp:

[legend]
List of all members.

Detailed Description

The IFreezeLongTransactionImp class is a concrete implementation of IFreezeLongTransaction. The IFreezeLongTransaction interface defines the FreezeLongTransaction command, which freezes or thaws a long transaction. When a long transaction is frozen the user who froze it gains exclusive access to it. Other users can read it, but not apply any updates. Input to the FreezeLongTransaction command is the long transaction name and the operation to perform. The Execute method performs the specified operation on the identified long transaction if the user has access privileges for the indicated long transaction.


Public Member Functions

System::Void Execute ()
 Executes the command.
__property System::String * get_Name ()
 Gets the name of the long transaction to freeze or unfreeze as a string.
__property OSGeo::FDO::Commands::LongTransaction::LongTransactionFreezeOperations get_Operation ()
 Gets the operation to perform (Freeze or Thaw) on the long transaction.
__property System::Void set_Name (System::String *value)
 Sets the name of the long transaction to freeze or unfreeze as a string.
__property System::Void set_Operation (OSGeo::FDO::Commands::LongTransaction::LongTransactionFreezeOperations value)
 Sets the operation to perform (Freeze or Thaw) on the long transaction.

Member Function Documentation

System::Void OSGeo::FDO::Commands::LongTransaction::IFreezeLongTransactionImp::Execute  ) 
 

Executes the command.

Returns:
Returns nothing

__property System::String* OSGeo::FDO::Commands::LongTransaction::IFreezeLongTransactionImp::get_Name  ) 
 

Gets the name of the long transaction to freeze or unfreeze as a string.

Returns:
Returns the name of the long transaction

__property OSGeo ::FDO ::Commands ::LongTransaction ::LongTransactionFreezeOperations OSGeo::FDO::Commands::LongTransaction::IFreezeLongTransactionImp::get_Operation  ) 
 

Gets the operation to perform (Freeze or Thaw) on the long transaction.

Returns:
Returns the operation to perform

__property System::Void OSGeo::FDO::Commands::LongTransaction::IFreezeLongTransactionImp::set_Name System::String *  value  ) 
 

Sets the name of the long transaction to freeze or unfreeze as a string.

Parameters:
value Input the name of the long transaction
Returns:
Returns nothing

__property System::Void OSGeo::FDO::Commands::LongTransaction::IFreezeLongTransactionImp::set_Operation OSGeo::FDO::Commands::LongTransaction::LongTransactionFreezeOperations  value  ) 
 

Sets the operation to perform (Freeze or Thaw) on the long transaction.

Parameters:
value Input the operation to perform
Returns:
Returns nothing

Comments or suggestions? Send us feedback.