public class ReplicaContext
extends java.lang.Object
Constructor and Description |
---|
ReplicaContext(bftsmart.communication.ServerCommunicationSystem cs,
bftsmart.reconfiguration.ServerViewController SVController) |
Modifier and Type | Method and Description |
---|---|
bftsmart.reconfiguration.views.View |
getCurrentView()
Returns the current view of the replica group.
|
bftsmart.communication.ServerCommunicationSystem |
getServerCommunicationSystem() |
bftsmart.reconfiguration.util.TOMConfiguration |
getStaticConfiguration()
Returns the static configuration of this replica.
|
bftsmart.reconfiguration.ServerViewController |
getSVController()
Returns the controller of the replica's view
|
void |
setServerCommunicationSystem(bftsmart.communication.ServerCommunicationSystem cs) |
public ReplicaContext(bftsmart.communication.ServerCommunicationSystem cs, bftsmart.reconfiguration.ServerViewController SVController)
public bftsmart.reconfiguration.ServerViewController getSVController()
public bftsmart.reconfiguration.util.TOMConfiguration getStaticConfiguration()
public bftsmart.reconfiguration.views.View getCurrentView()
public bftsmart.communication.ServerCommunicationSystem getServerCommunicationSystem()
public void setServerCommunicationSystem(bftsmart.communication.ServerCommunicationSystem cs)