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 Summary
Constructors Constructor Description CommittedCallbacksDispatcher(ObjectServerImpl server, BlockingQueue committedInfosQueue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
void
stop()
-
-
-
Constructor Detail
-
CommittedCallbacksDispatcher
public CommittedCallbacksDispatcher(ObjectServerImpl server, BlockingQueue committedInfosQueue)
-
-