#include <ilserver/ilbcomp.h>
#include <ilserver/mvvalue.h>
#include <ilserver/rpupd.h>
#include <ilserver/tarray.h>
#include <ilserver/thash.h>
#include <ilserver/sstring.h>
#include <ilserver/sstrings.h>
#include <ilserver/mvmsg.h>
#include <ilserver/refcount.h>
#include <ilserver/tlist.h>
#include <ilserver/rtfun.h>
#include <ilserver/rpmodel.h>
Typedefs | |
typedef unsigned short | IlsC2STransStatus |
An IlsC2STransStatus object can be assigned one of the IlsC2STransStatusEnum values or a boolean ORing expression on these values. More... | |
typedef short | IlsCbArgNb |
This type is used in callback execution functions, such as those that belong to the classes IlsMvEndPoint , IlsRpObject , IlsMvComponent ) to define the size of the parameter arrays, and of the size of indexes in these arrays. More... | |
Enumerations | |
enum | IlsC2STransStatusEnum { ILS_C2S_ALL, ILS_C2S_DEFAULT, ILS_C2S_NO_ROLLBACK, ILS_C2S_NO_ACKNOWLEDGE, ILS_C2S_NO_NOTIFY, ILS_C2S_SV_ROLLBACK } |
This type definition specifies the kind of component transactions that are executed within a server. More... | |
enum | IlsS2CTransStatus { , ILS_S2C_ACKNOWLEDGE, ILS_S2C_SV_ROLLBACK, ILS_S2C_CP_ROLLBACK, ILS_S2C_NOTIFY , ILS_S2C_NOTIFY_CREATION } |
This enumerated type defines the kind of incoming server transactions that are executed within a component. More... | |