HP Operations Manager for Windows

OV_Transaction


Description
Transactions in the HPOM for Windows model.
class OV_Transaction
{
Properties:
string Id;
datetime TimeStarted;
uint32 Timeout;
boolean WmiAccessLock;

Class Methods:
string Start(
[in, optional] uint32 Timeout
);
void Commit(
[in] string TransId
);
void Rollback(
[in] string TransId
);
boolean IsExisting(
[in] string TransId
);
void StillAlive(
[in] string TransId
);
};