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 CallbackObjectInfoCollections
ServerMessageDispatcher. committedInfo()
CallbackObjectInfoCollections
ServerMessageDispatcherImpl. committedInfo()
Methods in com.db4o.cs.internal with parameters of type CallbackObjectInfoCollections Modifier and Type Method Description void
ServerMessageDispatcherImpl. 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 CallbackObjectInfoCollections
MCommit. committedInfo
Methods in com.db4o.cs.internal.messages that return CallbackObjectInfoCollections Modifier and Type Method Description CallbackObjectInfoCollections
MCommittedInfo. decode(java.io.ByteArrayInputStream is)
Methods in com.db4o.cs.internal.messages with parameters of type CallbackObjectInfoCollections Modifier and Type Method Description MCommittedInfo
MCommittedInfo. 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 CallbackObjectInfoCollections
CallbackObjectInfoCollections. EMTPY
Methods in com.db4o.internal with parameters of type CallbackObjectInfoCollections Modifier and Type Method Description void
CommittedCallbackDispatcher. 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 void
Callbacks. commitOnCompleted(Transaction transaction, CallbackObjectInfoCollections objectInfoCollections, boolean isOwnCommit)
void
NullCallbacks. commitOnCompleted(Transaction transaction, CallbackObjectInfoCollections objectInfoCollections, boolean isOwnCommit)
void
Callbacks. commitOnStarted(Transaction transaction, CallbackObjectInfoCollections objectInfoCollections)
void
NullCallbacks. 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 void
EventRegistryImpl. commitOnCompleted(Transaction transaction, CallbackObjectInfoCollections objectInfoCollections, boolean isOwnCommit)
void
EventRegistryImpl. commitOnStarted(Transaction transaction, CallbackObjectInfoCollections objectInfoCollections)
-