All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
protected SubServerSocket |
createServerSocket()
Creates and returns a SubServerSocket for listening to requests.
|
AbortTransactionMessage.Response |
handle(RemoteIdentity<RemoteWorker> client,
AbortTransactionMessage abortTransactionMessage)
In each message handler, we maintain the invariant that upon exit, the
worker's TransactionManager is associated with a null log.
|
CommitTransactionMessage.Response |
handle(RemoteIdentity<RemoteWorker> client,
CommitTransactionMessage commitTransactionMessage)
In each message handler, we maintain the invariant that upon exit, the
worker's TransactionManager is associated with a null log.
|
DirtyReadMessage.Response |
handle(RemoteIdentity<RemoteWorker> client,
DirtyReadMessage readMessage) |
InterWorkerStalenessMessage.Response |
handle(RemoteIdentity<RemoteWorker> client,
InterWorkerStalenessMessage stalenessCheckMessage) |
ObjectUpdateMessage.Response |
handle(RemoteIdentity<RemoteWorker> client,
ObjectUpdateMessage objectUpdateMessage) |
PrepareTransactionMessage.Response |
handle(RemoteIdentity<RemoteWorker> client,
PrepareTransactionMessage prepareTransactionMessage) |
RemoteCallMessage.Response |
handle(RemoteIdentity<RemoteWorker> client,
RemoteCallMessage remoteCallMessage) |
TakeOwnershipMessage.Response |
handle(RemoteIdentity<RemoteWorker> client,
TakeOwnershipMessage msg) |