Class GenericReply

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

    public class GenericReply
    extends Reply
    Version:
    1.0
    Author:
    Andreas Mueller, IIT GmbH
    See Also:
    Serialized Form
    • Constructor Detail

      • GenericReply

        public GenericReply()
    • Method Detail

      • writeContent

        public void writeContent​(java.io.DataOutput out)
                          throws java.io.IOException
        Write the content of this object to the stream.
        Specified by:
        writeContent in interface Dumpable
        Overrides:
        writeContent in class Reply
        Parameters:
        out - output stream
        Throws:
        java.io.IOException - if an error occurs
      • readContent

        public void readContent​(java.io.DataInput in)
                         throws java.io.IOException
        Read the content of this object from the stream.
        Specified by:
        readContent in interface Dumpable
        Overrides:
        readContent in class Reply
        Parameters:
        in - input stream
        Throws:
        java.io.IOException - if an error occurs
      • getResult

        public java.io.Serializable getResult()
        Returns:
      • setResult

        public void setResult​(java.io.Serializable result)
        Parameters:
        result -
      • toString

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