Package | Description |
---|---|
bftsmart.communication | |
bftsmart.communication.server | |
bftsmart.demo.random | |
bftsmart.tom.core |
Constructor and Description |
---|
ServerCommunicationSystem(ServerViewManager manager,
ServiceReplica replica)
Creates a new instance of ServerCommunicationSystem
|
Constructor and Description |
---|
ServerConnection(ServerViewManager manager,
java.net.Socket socket,
int remoteId,
java.util.concurrent.LinkedBlockingQueue<SystemMessage> inQueue,
ServiceReplica replica) |
ServersCommunicationLayer(ServerViewManager manager,
java.util.concurrent.LinkedBlockingQueue<SystemMessage> inQueue,
ServiceReplica replica) |
Modifier and Type | Method and Description |
---|---|
ServiceReplica |
RandomServer.getReplica() |
Modifier and Type | Method and Description |
---|---|
void |
RandomServer.setReplica(ServiceReplica replica) |
Constructor and Description |
---|
DeliveryThread(TOMLayer tomLayer,
ServiceReplica receiver,
Recoverable recoverer,
ServerViewManager manager)
Creates a new instance of DeliveryThread
|
TOMLayer(ExecutionManager manager,
ServiceReplica receiver,
Recoverable recoverer,
LeaderModule lm,
Acceptor a,
ServerCommunicationSystem cs,
ServerViewManager recManager)
Creates a new instance of TOMulticastLayer
|