MqContextC - various function to 'get' the configuration-data from a context … More...
MqContextC - various function to 'get' the configuration-data from a context …
|
static |
Ruby:
→ C-API int32 ctx.ConfigGetBuffersize()
get the minimum of the read/send buffersize of the socket
Definition at line 561 of file MqContextC_rb.c.
|
static |
Ruby:
→ C-API MqIdentE ctx.ConfigGetIdentFrom()
get the MqConfigS::identFrom
Definition at line 571 of file MqContextC_rb.c.
|
static |
Ruby:
→ C-API int32 ctx.ConfigGetIoPipe()
return the MqIoPipeConfigS
Definition at line 581 of file MqContextC_rb.c.
|
static |
Ruby:
→ C-API {host:string port:string myhost:string myport:string} ctx.ConfigGetIoTcp()
get the configuration-data of the tcp-client-server-link …
Definition at line 726 of file MqContextC_rb.c.
|
static |
Ruby:
→ C-API MkBufferListC ctx.ConfigGetIoTcpL()
get the configuration-data of the tcp-client-server-link as MkBufferListC …
Definition at line 547 of file MqContextC_rb.c.
|
static |
Ruby:
→ C-API string ctx.ConfigGetIoUds()
return the MqIoUdsConfigS
Definition at line 591 of file MqContextC_rb.c.
|
static |
Ruby:
→ C-API bool ctx.ConfigGetIsParent()
does the context object is a parent ? An objext is a parent id the MqConfigS::parent attribute is nil
Definition at line 601 of file MqContextC_rb.c.
|
static |
Ruby:
→ C-API bool ctx.ConfigGetIsServer()
does the context object is a server ?
Definition at line 611 of file MqContextC_rb.c.
|
static |
Ruby:
→ C-API bool ctx.ConfigGetIsString()
does the context object is using the string-mode ?
Definition at line 621 of file MqContextC_rb.c.
|
static |
Ruby:
→ C-API string ctx.ConfigGetName()
get the name of the context object
Definition at line 631 of file MqContextC_rb.c.
|
static |
Ruby:
→ C-API int32 ctx.ConfigGetPkgsize()
get the maximun size of a BDY package
Definition at line 641 of file MqContextC_rb.c.
|
static |
Ruby:
→ C-API string ctx.ConfigGetPostfix()
get the MqConfigS::dispPostfix
Definition at line 651 of file MqContextC_rb.c.
|
static |
Ruby:
→ C-API string ctx.ConfigGetPrefix()
get the MqConfigS::dispPrefix
Definition at line 661 of file MqContextC_rb.c.
|
static |
Ruby:
→ C-API MqStartE ctx.ConfigGetStartAs()
return the MqConfigS::startAs value
Definition at line 671 of file MqContextC_rb.c.
|
static |
Ruby:
→ C-API MqStatusIsEF ctx.ConfigGetStatusIs()
return the MqContextS::statusIs value
Definition at line 681 of file MqContextC_rb.c.
|
static |
Ruby:
→ C-API string ctx.ConfigGetStorage()
get the storage of the context object
Definition at line 691 of file MqContextC_rb.c.
|
static |
Ruby:
→ C-API MkTimeoutE|int32 ctx.ConfigGetTimeout()
get the timeout value of the context object
Definition at line 701 of file MqContextC_rb.c.
|
static |
Ruby:
→ C-API ctx.ConfigSetConfigFile(filename:string)
set the config-file and parse for well-known config-items
Definition at line 711 of file MqContextC_rb.c.