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