MqFactoryC - various functions to work on a factory … More...
MqFactoryC - various functions to work on a factory …
|
static |
Python:
→ C-API MqFactoryC fct.Default()
set the default-attribute to the factory …
Definition at line 555 of file MqFactoryC_py.c.
|
static |
Python:
→ C-API [static] string MqFactoryC.DefaultIdent()
return the factory-identifier of the default MqFactoryC
Definition at line 608 of file MqFactoryC_py.c.
|
static |
Python:
→ C-API MqFactoryC fct.Initial()
set the initial-attribut to fct
…
Definition at line 569 of file MqFactoryC_py.c.
|
static |
Python:
→ C-API [static] string MqFactoryC.InitialIdent()
return the factory-identifier of the initial MqFactoryC
Definition at line 621 of file MqFactoryC_py.c.
|
static |
Definition at line 603 of file MqFactoryC_py.c.
|
static |
Python:
→ C-API [static] MqFactoryC.LogAll(?callfunc:string="MK_NULL"?)
log all "factories" to stderr
Definition at line 634 of file MqFactoryC_py.c.
|
static |
Python:
→ C-API MqContextC fct.New()
create a new MqContextC from a MqFactoryC …
Definition at line 585 of file MqFactoryC_py.c.