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());
commonConfiguration.Add(new TransparentActivationSupport());
Methods
Name | Value | Summary |
---|---|---|
ActivationProvider |
I |
static
|
Apply |
void |
Configures the just opened ObjectContainer by setting event listeners,
which will be triggered when activation or de-activation is required.
|
Is |
bool |
static
|
Prepare |
void |
See Also
- Db4objects.Db4o.TA.TransparentPersistenceSupport