Modifier and Type | Method and Description |
---|---|
void |
ServerCommunicationSystem.setTOMLayer(TOMLayer tomLayer) |
void |
MessageHandler.setTOMLayer(TOMLayer tomLayer) |
Modifier and Type | Method and Description |
---|---|
TOMLayer |
ExecutionManager.getTOMLayer()
Returns the TOM layer associated with this execution manager
|
Modifier and Type | Method and Description |
---|---|
void |
ExecutionManager.setTOMLayer(TOMLayer tom)
Sets the TOM layer associated with this execution manager
|
Modifier and Type | Method and Description |
---|---|
void |
Acceptor.setTOMLayer(TOMLayer tom)
Sets the TOM layer for this acceptor
|
Modifier and Type | Method and Description |
---|---|
void |
ServerViewManager.setTomLayer(TOMLayer tomLayer) |
Modifier and Type | Method and Description |
---|---|
void |
StateManager.init(TOMLayer tomLayer,
DeliveryThread dt) |
Modifier and Type | Method and Description |
---|---|
abstract void |
BaseStateManager.init(TOMLayer tomLayer,
DeliveryThread dt) |
void |
StandardStateManager.init(TOMLayer tomLayer,
DeliveryThread dt) |
Modifier and Type | Method and Description |
---|---|
void |
DurableStateManager.init(TOMLayer tomLayer,
DeliveryThread dt) |
Constructor and Description |
---|
DeliveryThread(TOMLayer tomLayer,
ServiceReplica receiver,
Recoverable recoverer,
ServerViewManager manager)
Creates a new instance of DeliveryThread
|
Constructor and Description |
---|
RequestsTimer(TOMLayer tomLayer,
ServerCommunicationSystem communication,
ServerViewManager reconfManager)
Creates a new instance of RequestsTimer
|
Constructor and Description |
---|
LCManager(TOMLayer tomLayer,
ServerViewManager reconfManager,
java.security.MessageDigest md)
Constructor
|
Constructor and Description |
---|
ShutdownHookThread(ServerCommunicationSystem scs,
LeaderModule lm,
Acceptor acceptor,
ExecutionManager manager,
TOMLayer tomLayer) |