next up previous contents
Next: Data description Up: Data types Previous: Composite types   Contents


Persistence mode

Persistence mode is defined in an enum type diet_persistence_mode_t

mode Description
DIET_VOLATILE not stored
DIET_PERSISTENT_RETURN stored on server, movable and copy back to client
DIET_PERSISTENT stored on server and movable
DIET_STICKY stored and non movable
DIET_STICKY_RETURN stored, non movable and copy back to client

NB:
DIET_STICKY_RETURN only works with DAGDA.



The DIET Team - Ven 6 jul 2012 11:19:05 CEST