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

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

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

[legend]
List of all members.

Detailed Description

The IRollbackLongTransactionCheckpointImp class is a concrete implementation of IRollbackLongTransactionCheckpoint. The IRollbackLongTransactionCheckpoint interface defines the RollbackLongTransactionCheckpoint command, which allows the user to roll back changes to a named checkpoint for the given long transaction. The user requires the access privilege on the long transaction for which the user tries to perform the operation.


Public Member Functions

System::Void Execute ()
 Executes the RollbackLongTransactionCheckpoint command.
__property System::String * get_CheckpointName ()
 Gets the name of the checkpoint to which the rollback operation should be executed.
__property System::String * get_LongTransactionName ()
 Gets the name of the long transaction for which a checkpoint should be rolled back.
__property System::Void set_CheckpointName (System::String *value)
 Sets the name of the checkpoint to which the rollback operation should be executed.
__property System::Void set_LongTransactionName (System::String *value)
 Sets the name of the long transaction for which a checkpoint should be rolled back.

Member Function Documentation

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

Executes the RollbackLongTransactionCheckpoint command.

Returns:
Returns nothing

__property System::String* OSGeo::FDO::Commands::LongTransaction::IRollbackLongTransactionCheckpointImp::get_CheckpointName  ) 
 

Gets the name of the checkpoint to which the rollback operation should be executed.

Returns:
Returns the name of the checkpoint.

__property System::String* OSGeo::FDO::Commands::LongTransaction::IRollbackLongTransactionCheckpointImp::get_LongTransactionName  ) 
 

Gets the name of the long transaction for which a checkpoint should be rolled back.

Returns:
Returns the list of long transaction names.

__property System::Void OSGeo::FDO::Commands::LongTransaction::IRollbackLongTransactionCheckpointImp::set_CheckpointName System::String *  value  ) 
 

Sets the name of the checkpoint to which the rollback operation should be executed.

Parameters:
value Input the name of the checkpoint.
Returns:
Returns nothing

__property System::Void OSGeo::FDO::Commands::LongTransaction::IRollbackLongTransactionCheckpointImp::set_LongTransactionName System::String *  value  ) 
 

Sets the name of the long transaction for which a checkpoint should be rolled back.

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

Comments or suggestions? Send us feedback.