MqContextC - various function to 'get' the configuration-data from a context … More...
Functions | |
static OT_ProcRet | py_mqmsgque_MqContextC_ConfigGetIoTcpL (MqContextC_ARGS) |
Python: → C-API get the configuration-data of the tcp-client-server-link as MkBufferListC … | |
static OT_ProcRet | py_mqmsgque_MqContextC_ConfigGetBuffersize (MqContextC_ARGS) |
Python: → C-API get the minimum of the read/send buffersize of the socket | |
static OT_ProcRet | py_mqmsgque_MqContextC_ConfigGetIdentFrom (MqContextC_ARGS) |
Python: → C-API get the MqConfigS::identFrom | |
static OT_ProcRet | py_mqmsgque_MqContextC_ConfigGetIoPipe (MqContextC_ARGS) |
Python: → C-API return the MqIoPipeConfigS | |
static OT_ProcRet | py_mqmsgque_MqContextC_ConfigGetIoUds (MqContextC_ARGS) |
Python: → C-API return the MqIoUdsConfigS | |
static OT_ProcRet | py_mqmsgque_MqContextC_ConfigGetIsParent (MqContextC_ARGS) |
Python: → C-API does the context object is a parent ? An objext is a parent id the MqConfigS::parent attribute is None | |
static OT_ProcRet | py_mqmsgque_MqContextC_ConfigGetIsServer (MqContextC_ARGS) |
Python: → C-API does the context object is a server ? | |
static OT_ProcRet | py_mqmsgque_MqContextC_ConfigGetIsString (MqContextC_ARGS) |
Python: → C-API does the context object is using the string-mode ? | |
static OT_ProcRet | py_mqmsgque_MqContextC_ConfigGetName (MqContextC_ARGS) |
Python: → C-API get the name of the context object | |
static OT_ProcRet | py_mqmsgque_MqContextC_ConfigGetPkgsize (MqContextC_ARGS) |
Python: → C-API get the maximun size of a BDY package | |
static OT_ProcRet | py_mqmsgque_MqContextC_ConfigGetPostfix (MqContextC_ARGS) |
Python: → C-API get the MqConfigS::postfix | |
static OT_ProcRet | py_mqmsgque_MqContextC_ConfigGetPrefix (MqContextC_ARGS) |
Python: → C-API get the MqConfigS::prefix | |
static OT_ProcRet | py_mqmsgque_MqContextC_ConfigGetStartAs (MqContextC_ARGS) |
Python: → C-API return the MqConfigS::startAs value | |
static OT_ProcRet | py_mqmsgque_MqContextC_ConfigGetStatusIs (MqContextC_ARGS) |
Python: → C-API return the MqContextS::statusIs value | |
static OT_ProcRet | py_mqmsgque_MqContextC_ConfigGetStorage (MqContextC_ARGS) |
Python: → C-API get the storage of the context object | |
static OT_ProcRet | py_mqmsgque_MqContextC_ConfigGetTimeout (MqContextC_ARGS) |
Python: → C-API get the timeout value of the context object | |
static OT_ProcRet | py_mqmsgque_MqContextC_ConfigSetConfigFile (MqContextC_ARGS) |
Python: → C-API set the config-file and parse for well-known config-items | |
static OT_ProcRet | py_mqmsgque_MqContextC_ConfigGetIoTcp (MqContextC_ARGS) |
Python: → C-API get the configuration-data of the tcp-client-server-link … | |
MqContextC - various function to 'get' the configuration-data from a context …
|
static |
Python:
→ C-API int32 ctx.ConfigGetBuffersize()
get the minimum of the read/send buffersize of the socket
Definition at line 662 of file MqContextC_py.c.
|
static |
Python:
→ C-API MqIdentE ctx.ConfigGetIdentFrom()
get the MqConfigS::identFrom
Definition at line 675 of file MqContextC_py.c.
|
static |
Python:
→ C-API int32 ctx.ConfigGetIoPipe()
return the MqIoPipeConfigS
Definition at line 688 of file MqContextC_py.c.
|
static |
Python:
→ 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 875 of file MqContextC_py.c.
|
static |
Python:
→ C-API MkBufferListC ctx.ConfigGetIoTcpL()
get the configuration-data of the tcp-client-server-link as MkBufferListC …
Definition at line 645 of file MqContextC_py.c.
|
static |
Python:
→ C-API string ctx.ConfigGetIoUds()
return the MqIoUdsConfigS
Definition at line 701 of file MqContextC_py.c.
|
static |
Python:
→ C-API bool ctx.ConfigGetIsParent()
does the context object is a parent ? An objext is a parent id the MqConfigS::parent attribute is None
Definition at line 714 of file MqContextC_py.c.
|
static |
Python:
→ C-API bool ctx.ConfigGetIsServer()
does the context object is a server ?
Definition at line 727 of file MqContextC_py.c.
|
static |
Python:
→ C-API bool ctx.ConfigGetIsString()
does the context object is using the string-mode ?
Definition at line 740 of file MqContextC_py.c.
|
static |
Python:
→ C-API string ctx.ConfigGetName()
get the name of the context object
Definition at line 753 of file MqContextC_py.c.
|
static |
Python:
→ C-API int32 ctx.ConfigGetPkgsize()
get the maximun size of a BDY package
Definition at line 766 of file MqContextC_py.c.
|
static |
Python:
→ C-API string ctx.ConfigGetPostfix()
get the MqConfigS::postfix
Definition at line 779 of file MqContextC_py.c.
|
static |
Python:
→ C-API string ctx.ConfigGetPrefix()
get the MqConfigS::prefix
Definition at line 792 of file MqContextC_py.c.
|
static |
Python:
→ C-API MqStartE ctx.ConfigGetStartAs()
return the MqConfigS::startAs value
Definition at line 805 of file MqContextC_py.c.
|
static |
Python:
→ C-API MqStatusIsEF ctx.ConfigGetStatusIs()
return the MqContextS::statusIs value
Definition at line 818 of file MqContextC_py.c.
|
static |
Python:
→ C-API string ctx.ConfigGetStorage()
get the storage of the context object
Definition at line 831 of file MqContextC_py.c.
|
static |
Python:
→ C-API MkTimeoutE|int32 ctx.ConfigGetTimeout()
get the timeout value of the context object
Definition at line 844 of file MqContextC_py.c.
|
static |
Python:
→ C-API ctx.ConfigSetConfigFile(filename:string)
set the config-file and parse for well-known config-items
Definition at line 857 of file MqContextC_py.c.