public interface ServerMessageDispatcher extends ClientConnection, MessageDispatcher, CommittedCallbackDispatcher
| Modifier and Type | Method and Description |
|---|---|
boolean |
caresAboutCommitted() |
void |
caresAboutCommitted(boolean care) |
ClassInfoHelper |
classInfoHelper() |
boolean |
close() |
boolean |
close(ShutdownMode mode) |
void |
closeConnection() |
CallbackObjectInfoCollections |
committedInfo() |
int |
dispatcherID() |
void |
join() |
void |
login() |
void |
mapQueryResultToID(LazyClientObjectSetStub stub,
int queryResultId) |
boolean |
processMessage(Msg message) |
void |
queryResultFinalized(int queryResultID) |
LazyClientObjectSetStub |
queryResultForID(int queryResultID) |
ObjectServerImpl |
server() |
void |
setDispatcherName(java.lang.String name) |
Socket4Adapter |
socket() |
void |
switchToFile(MSwitchToFile file) |
void |
switchToMainFile() |
Transaction |
transaction() |
void |
useTransaction(MUseTransaction transaction) |
boolean |
write(Msg msg) |
messageReceived, nameisMessageDispatcherAlivedispatchCommitted, willDispatchCommittedvoid queryResultFinalized(int queryResultID)
Socket4Adapter socket()
int dispatcherID()
LazyClientObjectSetStub queryResultForID(int queryResultID)
void switchToMainFile()
void switchToFile(MSwitchToFile file)
void useTransaction(MUseTransaction transaction)
void mapQueryResultToID(LazyClientObjectSetStub stub, int queryResultId)
ObjectServerImpl server()
void login()
boolean close()
close in interface MessageDispatcherboolean close(ShutdownMode mode)
void closeConnection()
void caresAboutCommitted(boolean care)
boolean caresAboutCommitted()
boolean write(Msg msg)
write in interface MessageDispatcherCallbackObjectInfoCollections committedInfo()
ClassInfoHelper classInfoHelper()
boolean processMessage(Msg message)
void join()
throws java.lang.InterruptedException
java.lang.InterruptedExceptionvoid setDispatcherName(java.lang.String name)
Transaction transaction()