db4o

ObjectCallbacks.objectCanDeactivate Method 

called before an Object is deactivated.

bool objectCanDeactivate(
   ObjectContainer container
);

Parameters

container
the
ObjectContainer
the object is stored in.

Return Value

false to prevent deactivation.

Remarks

called before an Object is deactivated.

See Also

ObjectCallbacks Interface | com.db4o.ext Namespace