public interface Detachable
The detached state is stored as a field in each instance of Detachable. The field is serialized so as to maintain the state of the instance while detached. While detached, only the BitSet of modified fields will be modified. The structure of the Object[] dnDetachedState is as follows:
Modifier and Type | Method and Description |
---|---|
void |
dnReplaceDetachedState()
This method calls the StateManager with the current detached state instance as a parameter and replaces
the current detached state instance with the value provided by the StateManager.
|
Copyright © 2018. All rights reserved.