Uses of Class
com.db4o.cs.internal.messages.Msg
-
Packages that use Msg Package Description com.db4o.cs.internal com.db4o.cs.internal.messages -
-
Uses of Msg in com.db4o.cs.internal
Methods in com.db4o.cs.internal that return Msg Modifier and Type Method Description Msg
ClientObjectContainer. expectedResponse(Msg expectedMessage)
Msg
ClientObjectContainer. getResponse()
may return null, if no message is returned.Methods in com.db4o.cs.internal with parameters of type Msg Modifier and Type Method Description void
ClientObjectContainer. addToBatch(Msg msg)
void
ObjectServerImpl. broadcastMsg(Msg message, BroadcastFilter filter)
Msg
ClientObjectContainer. expectedResponse(Msg expectedMessage)
void
ClientObjectContainer.MessageListener. onMessage(Msg msg)
boolean
ServerMessageDispatcher. processMessage(Msg message)
boolean
ServerMessageDispatcherImpl. processMessage(Msg message)
boolean
ClientObjectContainer. write(Msg msg)
boolean
ServerMessageDispatcher. write(Msg msg)
boolean
ServerMessageDispatcherImpl. write(Msg msg)
void
ClientObjectContainer. writeBatchedMessage(Msg msg)
boolean
ClientObjectContainer. writeMessageToSocket(Msg msg)
void
ClientObjectContainer. writeMsg(Msg msg, boolean flush)
-
Uses of Msg in com.db4o.cs.internal.messages
Methods in com.db4o.cs.internal.messages that return Msg Modifier and Type Method Description static Msg
Msg. getMessage(int id)
Msg
MReadBytes. getWriter(Transaction trans, ByteArrayBuffer bytes)
Msg
MUserMessage. marshallUserMessage(Transaction transaction, java.lang.Object message)
Msg
Msg. publicClone()
static Msg
Msg. readMessage(MessageDispatcher messageDispatcher, Transaction trans, Socket4Adapter socket)
Msg
MClassMeta. replyFromServer()
Msg
MClassMetadataIdForName. replyFromServer()
Msg
MClassNameForID. replyFromServer()
Msg
MCommit. replyFromServer()
Msg
MCommitReplication. replyFromServer()
Msg
MCommittedCallBackRegistry. replyFromServer()
Msg
MCreateClass. replyFromServer()
Msg
MessageWithResponse. replyFromServer()
Msg
MGenerateTransactionTimestamp. replyFromServer()
Msg
MGetAll. replyFromServer()
Msg
MGetClasses. replyFromServer()
Msg
MGetInternalIDs. replyFromServer()
Msg
MGetThreadID. replyFromServer()
Msg
MIdentity. replyFromServer()
Msg
MInstanceCount. replyFromServer()
Msg
MIsAlive. replyFromServer()
Msg
MLogin. replyFromServer()
Msg
MObjectByUuid. replyFromServer()
Msg
MObjectSetFetch. replyFromServer()
Msg
MObjectSetGetId. replyFromServer()
Msg
MObjectSetIndexOf. replyFromServer()
Msg
MObjectSetSize. replyFromServer()
Msg
MPing. replyFromServer()
Msg
MPrefetchIDs. replyFromServer()
Msg
MQueryExecute. replyFromServer()
Msg
MReadMultipleObjects. replyFromServer()
Msg
MReadObject. replyFromServer()
Msg
MReadReaderById. replyFromServer()
Msg
MReadSlot. replyFromServer()
Msg
MRequestExceptionWithResponse. replyFromServer()
Msg
MSetSemaphore. replyFromServer()
Msg
MTaIsDeleted. replyFromServer()
Msg
MVersion. replyFromServer()
Msg
MVersionForId. replyFromServer()
Msg
Msg. respondInt(int response)
Methods in com.db4o.cs.internal.messages with parameters of type Msg Modifier and Type Method Description boolean
MessageDispatcher. write(Msg msg)
void
Msg. write(Msg msg)
-