Home Previous Up Next Index

Freeze::ObjectRecord

Overview

struct ObjectRecord

ObjectRecord is the value-type for the persistent maps maintained by evictors when using Ice encoding version is 1.0.

Data Members

Object servant;

The servant implementing the object.

Statistics stats;

The statistics for the object.


Home Previous Up Next Index