MqFactoryC - various functions to work on a factory … More...
MqFactoryC - various functions to work on a factory …
|
static |
Ruby:
→ C-API MqFactoryC fct.Default()
set the default-attribute to the factory …
Definition at line 429 of file MqFactoryC_rb.c.
|
static |
Ruby:
→ C-API (static) string MqFactoryC.DefaultIdent()
return the factory-identifier of the default MqFactoryC
Definition at line 473 of file MqFactoryC_rb.c.
|
static |
Ruby:
→ C-API MqFactoryC fct.Initial()
set the initial-attribut to fct
…
Definition at line 440 of file MqFactoryC_rb.c.
|
static |
Ruby:
→ C-API (static) string MqFactoryC.InitialIdent()
return the factory-identifier of the initial MqFactoryC
Definition at line 483 of file MqFactoryC_rb.c.
|
static |
Definition at line 468 of file MqFactoryC_rb.c.
|
static |
Ruby:
→ C-API (static) MqFactoryC.LogAll(?callfunc:string="MK_NULL"?)
log all "factories" to stderr
Definition at line 493 of file MqFactoryC_rb.c.
|
static |
Ruby:
→ C-API MqContextC fct.New()
create a new MqContextC from a MqFactoryC …
Definition at line 453 of file MqFactoryC_rb.c.