IActivator Interface

Summary

Activator interface.


Db4objects.Db4o.TA.IActivatable objects need to have a reference to an Activator implementation, which is called by Transparent Activation, when a request is received to activate the host object.
graph BT Type["IActivator"] class Type type-node Implementing0["ObjectReference"]-.->Type click Implementing0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal/ObjectReference"

Syntax

public interface IActivator

Methods

Name Value Summary
Activate(ActivationPurpose) void
Method to be called to activate the host object.

See Also