Class Interrupt

  • All Implemented Interfaces:
    IMessage

    public class Interrupt
    extends java.lang.Object
    implements IMessage
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int MESSAGE_TYPE  
      java.lang.String mode  
      long request  
    • Constructor Summary

      Constructors 
      Constructor Description
      Interrupt​(long request, java.lang.String mode)  
    • Method Summary

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

        public final java.lang.String mode
    • Constructor Detail

      • Interrupt

        public Interrupt​(long request,
                         java.lang.String mode)
    • Method Detail

      • parse

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

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