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 SummaryFields Modifier and Type Field Description protected ActivationMode_mode
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedActivationDepthImpl(ActivationMode mode)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ActivationModemode()- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.db4o.internal.activation.ActivationDepthdescend, requiresActivation
 
- 
 
- 
- 
- 
Field Detail- 
_modeprotected final ActivationMode _mode 
 
- 
 - 
Constructor Detail- 
ActivationDepthImplprotected ActivationDepthImpl(ActivationMode mode) 
 
- 
 - 
Method Detail- 
modepublic ActivationMode mode() - Specified by:
- modein interface- ActivationDepth
 
 
- 
 
-