MqContextC - various function to 'set' the configuration-data in a context … More...
MqContextC - various function to 'set' the configuration-data in a context …
|
static |
Ruby:
→ C-API bool ctx.ConfigCheckStartAs(data:MqStartE)
check if MqConfigS::startAs can be set to data
Definition at line 843 of file MqContextC_rb.c.
|
static |
Ruby:
→ C-API ctx.ConfigSetAllDebug(data:int32)
set the MkRuntimeS::debug value
Definition at line 855 of file MqContextC_rb.c.
|
static |
Ruby:
→ C-API ctx.ConfigSetBuffersize(data:int32)
set the MqIoConfigS::buffersize value
Definition at line 868 of file MqContextC_rb.c.
|
static |
Ruby:
→ C-API ctx.ConfigSetDaemon(pidfile:string)
start the server-context as daemon …
Definition at line 881 of file MqContextC_rb.c.
|
static |
Ruby:
→ C-API ctx.ConfigSetIdentFrom(data:MqIdentE)
set the MqConfigS::identFrom value
Definition at line 894 of file MqContextC_rb.c.
|
static |
Ruby:
→ C-API ctx.ConfigSetIgnoreExit(data:bool)
set the MqSetupS::ignoreExit value
Definition at line 907 of file MqContextC_rb.c.
|
static |
Ruby:
→ C-API ctx.ConfigSetIoPipe(fh:int32)
set the pipe configuration data …
Definition at line 920 of file MqContextC_rb.c.
|
static |
Ruby:
→ C-API ctx.ConfigSetIoTcp(?host:string="nil"?, ?port:string="nil"?, ?myhost:string="nil"?, ?myport:string="nil"?)
configure a context to use a tcp-client-server-link …
Definition at line 933 of file MqContextC_rb.c.
|
static |
Ruby:
→ C-API ctx.ConfigSetIoTcpL(vals:MkBufferListC)
configure a context to use a tcp-client-server-link …
Definition at line 952 of file MqContextC_rb.c.
|
static |
Ruby:
→ C-API ctx.ConfigSetIoUds(file:string)
configure a context to use a uds-client-server-link …
Definition at line 965 of file MqContextC_rb.c.
|
static |
Ruby:
→ C-API ctx.ConfigSetIsServer(data:bool)
set the MqSetupS::isServer value
Definition at line 978 of file MqContextC_rb.c.
|
static |
Ruby:
→ C-API ctx.ConfigSetIsString(data:bool)
set the MqConfigS::native value 'S'string or 'L'owEndian or 'B'igEndian
Definition at line 991 of file MqContextC_rb.c.
|
static |
Ruby:
→ C-API ctx.ConfigSetName(data:string)
set the MqConfigS::dispName value and cleanup old value
Definition at line 1004 of file MqContextC_rb.c.
|
static |
Ruby:
→ C-API ctx.ConfigSetPkgsize(data:int32)
set the MqIoConfigS::pkgsize value
Definition at line 1017 of file MqContextC_rb.c.
|
static |
Ruby:
→ C-API ctx.ConfigSetPostfix(data:string)
set the client-part (2) of the application-identifer MqConfigS::dispName …
Definition at line 1030 of file MqContextC_rb.c.
|
static |
Ruby:
→ C-API ctx.ConfigSetPrefix(data:string)
set the server-part (1) of the application-identifer MqConfigS::dispName …
Definition at line 1043 of file MqContextC_rb.c.
|
static |
Ruby:
→ C-API ctx.ConfigSetStartAs(data:MqStartE)
set the MqConfigS::startAs value
Definition at line 1056 of file MqContextC_rb.c.
|
static |
Ruby:
→ C-API ctx.ConfigSetStartAsString(data:string)
set the MqConfigS::startAs value using string default
, thread
, fork
or spawn
Definition at line 1069 of file MqContextC_rb.c.
|
static |
Ruby:
→ C-API ctx.ConfigSetStorage(data:string)
set the Storage value and cleanup old value
Definition at line 1082 of file MqContextC_rb.c.
|
static |
Ruby:
→ C-API ctx.ConfigSetTimeout(data:MkTimeoutE|int32)
set the MqIoConfigS::timeout value
Definition at line 1095 of file MqContextC_rb.c.