GDBMS 1.0
Static Public Member Functions
initial_mode_commands Class Reference

#include <initial_mode_commands.h>

List of all members.

Static Public Member Functions

static int Connect (std::string user, std::string pass, struct ns1__ConnectResponse &_param_1)
 Connect operation.
static int GetSessionId (int user_USCOREid, struct ns1__GetSessionIdResponse &_param_2)
 Create session and get its id.
static int InitiateTransactionStop (std::string user, std::string pass, struct ns1__InitiateTransactionStopResponse &_param_30)
 Rollbacks transactions.

Detailed Description

Definition at line 1 of file initial_mode_commands.h.


Member Function Documentation

int initial_mode_commands::Connect ( std::string  user,
std::string  pass,
struct ns1__ConnectResponse _param_1 
) [static]

Connect operation.

Parameters:
userthe username, defined by the user.
passthe password, used in authentication process
_param_1the return values parameter.

This function is called by the web service operation Connect.

Definition at line 17 of file initial_mode_commands.cpp.

int initial_mode_commands::GetSessionId ( int  user_USCOREid,
struct ns1__GetSessionIdResponse _param_2 
) [static]

Create session and get its id.

Parameters:
user_USCOREidthe id, the user has received by the Connect operation.
_param_2the alias of response structure which will hold the status code of the return value of the operation and id of the session

This function attempts to create session and return the id of the session to the user.

Definition at line 43 of file initial_mode_commands.cpp.

int initial_mode_commands::InitiateTransactionStop ( std::string  user,
std::string  pass,
struct ns1__InitiateTransactionStopResponse _param_30 
) [static]

Rollbacks transactions.

Parameters:
userthe username of the user. the user must be an administrator
passthe password of the user
_param_30an alias of a return values structure

This function rollbacks transactions. It is suitable to be called after a server reboot.

Definition at line 1617 of file GDBMS_USCOREbindingService.cpp.


The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines