Package com.db4o.internal.activation
Class ActivationDepthImpl
- java.lang.Object
-
- com.db4o.internal.activation.ActivationDepthImpl
-
- All Implemented Interfaces:
ActivationDepth
- Direct Known Subclasses:
DescendingActivationDepth
,FixedActivationDepth
,FullActivationDepth
,LegacyActivationDepth
,NonDescendingActivationDepth
public abstract class ActivationDepthImpl extends java.lang.Object implements ActivationDepth
-
-
Field Summary
Fields Modifier and Type Field Description protected ActivationMode
_mode
-
Constructor Summary
Constructors Modifier Constructor Description protected
ActivationDepthImpl(ActivationMode mode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActivationMode
mode()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.db4o.internal.activation.ActivationDepth
descend, requiresActivation
-
-
-
-
Field Detail
-
_mode
protected final ActivationMode _mode
-
-
Constructor Detail
-
ActivationDepthImpl
protected ActivationDepthImpl(ActivationMode mode)
-
-
Method Detail
-
mode
public ActivationMode mode()
- Specified by:
mode
in interfaceActivationDepth
-
-