OSGeo::FDO::Commands::LongTransaction::IFreezeLongTransactionImp Class Reference
[OSGeo::FDO::Commands::LongTransaction]

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

Inheritance graph
[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.