Class Registered

  • All Implemented Interfaces:
    IMessage

    public class Registered
    extends java.lang.Object
    implements IMessage
    • Constructor Summary

      Constructors 
      Constructor Description
      Registered​(long request, long registration)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.Object> marshal()  
      static Registered parse​(java.util.List<java.lang.Object> wmsg)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • request

        public final long request
      • registration

        public final long registration
    • Constructor Detail

      • Registered

        public Registered​(long request,
                          long registration)
    • Method Detail

      • parse

        public static Registered parse​(java.util.List<java.lang.Object> wmsg)
      • marshal

        public java.util.List<java.lang.Object> marshal()
        Specified by:
        marshal in interface IMessage