TransparentActivationSupport Class

Summary

Configuration item that enables Transparent Activation Mode for this session.
Assembly
Db4objects.Db4o-2010.dll
Namespace
Db4objects.Db4o.TA
Interfaces
Base Types
  • Object
Derived Types
graph BT Type-->Base0["Object"] Type-.->Interface0["IConfigurationItem"] click Interface0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Config/IConfigurationItem" Type["TransparentActivationSupport"] class Type type-node Derived0["TransparentPersistenceSupport"]-->Type click Derived0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.TA/TransparentPersistenceSupport"

Syntax

public class TransparentActivationSupport : IConfigurationItem

Remarks

Configuration item that enables Transparent Activation Mode for this session. TA mode should be switched on explicitly for manual TA implementation:

commonConfiguration.Add(new TransparentActivationSupport());

Methods

Name Value Summary
ActivationProvider(IInternalObjectContainer) IActivationDepthProvider
static
Apply(IInternalObjectContainer) void
Configures the just opened ObjectContainer by setting event listeners, which will be triggered when activation or de-activation is required.
IsTransparentActivationEnabledOn(IInternalObjectContainer) bool
static
Prepare(IConfiguration) void

See Also

  • Db4objects.Db4o.TA.TransparentPersistenceSupport