com.sptci.prevayler
Class StorageSystem.TaskQueue
java.lang.Object
java.lang.ThreadLocal<Collection<PrevalentObject>>
com.sptci.prevayler.StorageSystem.TaskQueue
- Enclosing class:
- StorageSystem
protected static class StorageSystem.TaskQueue
- extends ThreadLocal<Collection<PrevalentObject>>
The task queue used to ensure that recursive loops when persisting
inter-related object graphs do not result in infinite loops.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StorageSystem.TaskQueue
protected StorageSystem.TaskQueue()
initialValue
protected Collection<PrevalentObject> initialValue()
- Overrides:
initialValue in class ThreadLocal<Collection<PrevalentObject>>