Uses of Class
com.db4o.internal.CallbackObjectInfoCollections
-
Packages that use CallbackObjectInfoCollections Package Description com.db4o.cs.internal com.db4o.cs.internal.messages com.db4o.events com.db4o.internal com.db4o.internal.callbacks com.db4o.internal.events -
-
Uses of CallbackObjectInfoCollections in com.db4o.cs.internal
Methods in com.db4o.cs.internal that return CallbackObjectInfoCollections Modifier and Type Method Description CallbackObjectInfoCollectionsServerMessageDispatcher. committedInfo()CallbackObjectInfoCollectionsServerMessageDispatcherImpl. committedInfo()Methods in com.db4o.cs.internal with parameters of type CallbackObjectInfoCollections Modifier and Type Method Description voidServerMessageDispatcherImpl. dispatchCommitted(CallbackObjectInfoCollections committedInfo) -
Uses of CallbackObjectInfoCollections in com.db4o.cs.internal.messages
Fields in com.db4o.cs.internal.messages declared as CallbackObjectInfoCollections Modifier and Type Field Description protected CallbackObjectInfoCollectionsMCommit. committedInfoMethods in com.db4o.cs.internal.messages that return CallbackObjectInfoCollections Modifier and Type Method Description CallbackObjectInfoCollectionsMCommittedInfo. decode(java.io.ByteArrayInputStream is)Methods in com.db4o.cs.internal.messages with parameters of type CallbackObjectInfoCollections Modifier and Type Method Description MCommittedInfoMCommittedInfo. encode(CallbackObjectInfoCollections callbackInfo, int dispatcherID) -
Uses of CallbackObjectInfoCollections in com.db4o.events
Constructors in com.db4o.events with parameters of type CallbackObjectInfoCollections Constructor Description CommitEventArgs(Transaction transaction, CallbackObjectInfoCollections collections, boolean isOwnCommit) -
Uses of CallbackObjectInfoCollections in com.db4o.internal
Fields in com.db4o.internal declared as CallbackObjectInfoCollections Modifier and Type Field Description static CallbackObjectInfoCollectionsCallbackObjectInfoCollections. EMTPYMethods in com.db4o.internal with parameters of type CallbackObjectInfoCollections Modifier and Type Method Description voidCommittedCallbackDispatcher. dispatchCommitted(CallbackObjectInfoCollections committedInfo) -
Uses of CallbackObjectInfoCollections in com.db4o.internal.callbacks
Methods in com.db4o.internal.callbacks with parameters of type CallbackObjectInfoCollections Modifier and Type Method Description voidCallbacks. commitOnCompleted(Transaction transaction, CallbackObjectInfoCollections objectInfoCollections, boolean isOwnCommit)voidNullCallbacks. commitOnCompleted(Transaction transaction, CallbackObjectInfoCollections objectInfoCollections, boolean isOwnCommit)voidCallbacks. commitOnStarted(Transaction transaction, CallbackObjectInfoCollections objectInfoCollections)voidNullCallbacks. commitOnStarted(Transaction transaction, CallbackObjectInfoCollections objectInfoCollections) -
Uses of CallbackObjectInfoCollections in com.db4o.internal.events
Methods in com.db4o.internal.events with parameters of type CallbackObjectInfoCollections Modifier and Type Method Description voidEventRegistryImpl. commitOnCompleted(Transaction transaction, CallbackObjectInfoCollections objectInfoCollections, boolean isOwnCommit)voidEventRegistryImpl. commitOnStarted(Transaction transaction, CallbackObjectInfoCollections objectInfoCollections)
-