Class Subscribed

  • All Implemented Interfaces:
    IMessage

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

      Constructors 
      Constructor Description
      Subscribed​(long request, long subscription)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.Object> marshal()  
      static Subscribed 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
      • subscription

        public final long subscription
    • Constructor Detail

      • Subscribed

        public Subscribed​(long request,
                          long subscription)
    • Method Detail

      • parse

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

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