Transformer SDK For C
8.0.2.290852-a608fcd3
|
Macros | |
#define | F_DELETEOBJECT 0x0004 |
Instruction to delete this object. More... | |
#define | F_NOTFOUND 0x0001 |
The object is not found. More... | |
#define | F_READDENY 0x0002 |
You do not have permission to read this object. More... | |
#define | F_UNAVAILABLE 0x0005 |
The object is unavailable at this time. More... | |
#define | F_WRITEDENY 0x0003 |
You do not have permission to write to this object. More... | |
Functions | |
void | symbol_send_nodata (const char *subject, u_short flags) |
Send a "nodata" message to the cache and to interested peers. More... | |
#define F_DELETEOBJECT 0x0004 |
Instruction to delete this object.
This define is used as the flags argument to ds5_publish_subject_error().
#define F_NOTFOUND 0x0001 |
The object is not found.
This define is used as the flags argument to ds5_publish_subject_error().
#define F_READDENY 0x0002 |
You do not have permission to read this object.
This define is used as the flags argument to ds5_publish_subject_error().
#define F_UNAVAILABLE 0x0005 |
The object is unavailable at this time.
This define is used as the flags argument to ds5_publish_subject_error().
#define F_WRITEDENY 0x0003 |
You do not have permission to write to this object.
This define is used as the flags argument to ds5_publish_subject_error().
void symbol_send_nodata | ( | const char * | subject, |
u_short | flags | ||
) |
Send a "nodata" message to the cache and to interested peers.
subject | The name of the object |
flags | The type of "no data" message to send |
This will delete an object from the core memory if it has been generated by the Transformer, and propogate the message to any listening peers for this object