Version: 8.3.0
SALOMESDS::TransactionKillVar Class Reference

#include <SALOMESDS_Transaction.hxx>

Inheritance diagram for SALOMESDS::TransactionKillVar:

Public Member Functions

 TransactionKillVar (DataScopeServerTransaction *dsct, const std::string &varName)
 
void prepareRollBackInCaseOfFailure ()
 TODO. More...
 
void perform ()
 
void rollBack ()
 TODO. More...
 
void notify ()
 no implementation it is not a bug ! killVar is not an event. More...
 
std::string getVarName () const
 
void checkVarExisting ()
 
void checkNotAlreadyExisting ()
 
PortableServer::POA_var getPOA () const
 
CORBA::Object_var activate ()
 
void enforcedRelease ()
 

Static Public Member Functions

static void FromByteSeqToVB (const SALOME::ByteVec &bsToBeConv, std::vector< unsigned char > &ret)
 
static void FromVBToByteSeq (const std::vector< unsigned char > &bsToBeConv, SALOME::ByteVec &ret)
 

Protected Attributes

DataScopeServerTransaction_dsct
 
std::string _var_name
 

Constructor & Destructor Documentation

TransactionKillVar::TransactionKillVar ( DataScopeServerTransaction dsct,
const std::string &  varName 
)

Member Function Documentation

CORBA::Object_var SALOMESDS::POAHolder::activate ( )
inherited

References SALOMESDS::POAHolder::getPOA().

Referenced by SALOMESDS::DataScopeServerTransaction::addKeyValueInVarErrorIfAlreadyExisting(), SALOMESDS::DataScopeServerTransaction::addKeyValueInVarHard(), SALOMESDS::DataScopeServerTransaction::addMultiKeyValueSession(), SALOMESDS::DataScopeServerTransaction::createRdExtInitVarInternal(), SALOMESDS::DataScopeServerTransaction::createRdExtInitVarTransac(), SALOMESDS::DataScopeServer::createRdExtVar(), SALOMESDS::DataScopeServerTransaction::createRdExtVarInternal(), SALOMESDS::DataScopeServerTransaction::createRdExtVarTransac(), SALOMESDS::DataScopeServer::createRdOnlyVar(), SALOMESDS::DataScopeServerTransaction::createRdOnlyVarInternal(), SALOMESDS::DataScopeServerTransaction::createRdOnlyVarTransac(), SALOMESDS::DataScopeServer::createRdWrVar(), SALOMESDS::DataScopeServerTransaction::createRdWrVarInternal(), SALOMESDS::DataScopeServerTransaction::createRdWrVarTransac(), SALOMESDS::DataScopeServerTransaction::createWorkingVarTransac(), SALOMESDS::DataServerManager::DataServerManager(), SALOMESDS::DataScopeServerTransaction::killVarTransac(), SALOMESDS::DataScopeServerBase::moveStatusOfVarFromRdExtOrRdExtInitToRdExt(), SALOMESDS::DataScopeServerBase::moveStatusOfVarFromRdExtOrRdExtInitToRdExtInit(), SALOMESDS::DataScopeServerBase::moveStatusOfVarFromRdOnlyToRdWr(), SALOMESDS::DataScopeServerBase::moveStatusOfVarFromRdWrToRdOnly(), SALOMESDS::DataScopeServerTransaction::removeKeyInVarErrorIfNotAlreadyExisting(), SALOMESDS::DataScopeServerTransaction::waitForKeyInVar(), and SALOMESDS::DataScopeServerTransaction::waitForKeyInVarAndKillIt().

void SALOMESDS::Transaction::checkNotAlreadyExisting ( )
inherited
void SALOMESDS::Transaction::checkVarExisting ( )
inherited
PortableServer::POA_var SALOMESDS::Transaction::getPOA ( ) const
virtualinherited

Implements SALOMESDS::POAHolder.

std::string SALOMESDS::Transaction::getVarName ( ) const
inherited
void TransactionKillVar::notify ( )
virtual

no implementation it is not a bug ! killVar is not an event.

Implements SALOMESDS::Transaction.

void TransactionKillVar::prepareRollBackInCaseOfFailure ( )
virtual
void TransactionKillVar::rollBack ( )
virtual

TODO.

Implements SALOMESDS::Transaction.

Field Documentation