Class MessageProperties

  • All Implemented Interfaces:
    java.util.Enumeration

    public class MessageProperties
    extends java.lang.Object
    implements java.util.Enumeration
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean hasMoreElements()  
      java.lang.Object nextElement()  
      void readContent​(java.io.DataInput in)  
      java.lang.String toString()  
      void writeContent​(java.io.DataOutput out)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.util.Enumeration

        asIterator
    • Constructor Detail

      • MessageProperties

        public MessageProperties()
    • Method Detail

      • writeContent

        public void writeContent​(java.io.DataOutput out)
                          throws java.io.IOException
        Throws:
        java.io.IOException
      • readContent

        public void readContent​(java.io.DataInput in)
                         throws java.io.IOException
        Throws:
        java.io.IOException
      • hasMoreElements

        public boolean hasMoreElements()
        Specified by:
        hasMoreElements in interface java.util.Enumeration
      • nextElement

        public java.lang.Object nextElement()
        Specified by:
        nextElement in interface java.util.Enumeration
      • toString

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