Uses of Interface
it.unitn.ds.peersim.messages.interfaces.Message

Packages that use Message
it.unitn.ds.peersim.messages   
it.unitn.ds.peersim.protocols   
 

Uses of Message in it.unitn.ds.peersim.messages
 

Classes in it.unitn.ds.peersim.messages that implement Message
 class BEBMessage
          Distributed Systems Course Project
 class ConsensusMessage
          Distributed Systems Course Project
 class GenericMessage
          Distributed Systems Course Project
 

Uses of Message in it.unitn.ds.peersim.protocols
 

Methods in it.unitn.ds.peersim.protocols with parameters of type Message
 void ConsensusStrongFD.processDecideMessage(peersim.core.Node node, int protocolID, Message message)
          Process decide message.
 void ConsensusEventuallyStrongFD.processDecideMessage(peersim.core.Node node, int protocolID, Message message)
          Process decide message.
 void ConsensusStrongFD.processPhase1Message(peersim.core.Node node, int protocolID, Message message)
          Process phase1 message.
 void ConsensusEventuallyStrongFD.processPhase1Message(peersim.core.Node node, int protocolID, Message message)
          Process phase1 message.
 void ConsensusStrongFD.processPhase2Message(peersim.core.Node node, int protocolID, Message message)
          Process phase2 message.
 void ConsensusEventuallyStrongFD.processPhase2Message(peersim.core.Node node, int protocolID, Message message)
          Process phase2 message.