Class CSTSMMessage

  • All Implemented Interfaces:
    java.io.Externalizable, java.io.Serializable

    public class CSTSMMessage
    extends SMMessage
    See Also:
    Serialized Form
    • Constructor Detail

      • CSTSMMessage

        public CSTSMMessage​(int sender,
                            int cid,
                            int type,
                            CSTRequestF1 cstConfig,
                            ApplicationState state,
                            View view,
                            int regency,
                            int leader)
      • CSTSMMessage

        public CSTSMMessage()
    • Method Detail

      • writeExternal

        public void writeExternal​(java.io.ObjectOutput out)
                           throws java.io.IOException
        Specified by:
        writeExternal in interface java.io.Externalizable
        Overrides:
        writeExternal in class SMMessage
        Throws:
        java.io.IOException
      • readExternal

        public void readExternal​(java.io.ObjectInput in)
                          throws java.io.IOException,
                                 java.lang.ClassNotFoundException
        Specified by:
        readExternal in interface java.io.Externalizable
        Overrides:
        readExternal in class SMMessage
        Throws:
        java.io.IOException
        java.lang.ClassNotFoundException