ITK Function Reference

(V10000.1.0.60_20160308.00)
Typedefs | Functions
session_recovery.h File Reference
#include <unidefs.h>
#include <metaframework/libmetaframework_exports.h>
#include <metaframework/libmetaframework_undef.h>

Go to the source code of this file.

Typedefs

typedef int(* ReconstructFn )(const char *recipe, tag_t *bus_obj_tag)
 
typedef char *(* RecoverableKeyFn )(const char *recipe_uid)
 

Functions

METAFRAMEWORK_API int BO_get_recoverable_object_tag (const char *uid, logical persist_recipe, tag_t *tag)
 
METAFRAMEWORK_API int BO_get_recoverable_object_uid (tag_t bus_obj_tag, logical persist_recipe, char **uid)
 
METAFRAMEWORK_API int BO_is_recoverable (tag_t obj_tag, logical *is_recoverable, logical *persist_recipe)
 
METAFRAMEWORK_API int BO_lookup_recoverable_object_tag (const char *uid, logical persist_recipe, tag_t *tag)
 
METAFRAMEWORK_API int BO_register_recoverable_business_object (const char *name, ReconstructFn fn, RecoverableKeyFn key_function)
 
METAFRAMEWORK_API int BO_remove_recoverable_business_object (const char *uid)