Klasse StateUpdateMessage

java.lang.Object
org.teamapps.cluster.state.StateUpdateMessage

public class StateUpdateMessage extends Object
  • Konstruktordetails

    • StateUpdateMessage

      public StateUpdateMessage(String subStateId, ChangeOperation operation, String identifier, org.teamapps.message.protocol.message.Message message)
    • StateUpdateMessage

      public StateUpdateMessage(DataInputStream dis, org.teamapps.message.protocol.model.ModelRegistry modelRegistry, org.teamapps.message.protocol.file.FileDataReader fileDataReader) throws IOException
      Löst aus:
      IOException
  • Methodendetails

    • getSubStateId

      public String getSubStateId()
    • getOperation

      public ChangeOperation getOperation()
    • getIdentifier

      public String getIdentifier()
    • getMessage

      public org.teamapps.message.protocol.message.Message getMessage()
    • write

      public void write(DataOutputStream dos, org.teamapps.message.protocol.file.FileDataWriter fileDataWriter) throws IOException
      Löst aus:
      IOException
    • toBytes

      public byte[] toBytes(org.teamapps.message.protocol.file.FileDataWriter fileDataWriter) throws IOException
      Löst aus:
      IOException