Class ReconfigureRequest

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

    public class ReconfigureRequest
    extends java.lang.Object
    implements java.io.Externalizable
    See Also:
    Serialized Form
    • Constructor Detail

      • ReconfigureRequest

        public ReconfigureRequest()
      • ReconfigureRequest

        public ReconfigureRequest​(int sender)
    • Method Detail

      • setSignature

        public void setSignature​(byte[] signature)
      • getSignature

        public byte[] getSignature()
      • getProperties

        public java.util.Hashtable<java.lang.Integer,​java.lang.String> getProperties()
      • getSender

        public int getSender()
      • setProperty

        public void setProperty​(int prop,
                                java.lang.String value)
      • writeExternal

        public void writeExternal​(java.io.ObjectOutput out)
                           throws java.io.IOException
        Specified by:
        writeExternal in interface java.io.Externalizable
        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
        Throws:
        java.io.IOException
        java.lang.ClassNotFoundException
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object