Package com.db4o.internal
Interface CommittedCallbackDispatcher
-
- All Known Subinterfaces:
ServerMessageDispatcher
- All Known Implementing Classes:
ServerMessageDispatcherImpl
public interface CommittedCallbackDispatcher
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
dispatchCommitted(CallbackObjectInfoCollections committedInfo)
boolean
willDispatchCommitted()
-
-
-
Method Detail
-
willDispatchCommitted
boolean willDispatchCommitted()
-
dispatchCommitted
void dispatchCommitted(CallbackObjectInfoCollections committedInfo)
-
-