Package com.db4o.cs.internal
Class CommittedCallbacksDispatcher
- java.lang.Object
- 
- com.db4o.cs.internal.CommittedCallbacksDispatcher
 
- 
- All Implemented Interfaces:
- java.lang.Runnable
 
 public class CommittedCallbacksDispatcher extends java.lang.Object implements java.lang.Runnable
- 
- 
Constructor SummaryConstructors Constructor Description CommittedCallbacksDispatcher(ObjectServerImpl server, BlockingQueue committedInfosQueue)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun()voidstop()
 
- 
- 
- 
Constructor Detail- 
CommittedCallbacksDispatcherpublic CommittedCallbacksDispatcher(ObjectServerImpl server, BlockingQueue committedInfosQueue) 
 
- 
 
-