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.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Activation - Implementing Types
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 |
void |
Method to be called to activate the host object.
|