db4o

ObjectCallbacks.ObjectCanActivate Method 

called before an Object is activated.

bool ObjectCanActivate(
   ObjectContainer container
);

Parameters

container
the
ObjectContainer
the object is stored in.

Return Value

false to prevent activation.

Remarks

called before an Object is activated.

See Also

ObjectCallbacks Interface | com.db4o.ext Namespace