Documentation of 'edu.rit.mp.Status' Java class
Status
edu.rit.mp

Class Status



  • public class Status
    extends java.lang.Object
    Class Status provides the result of receiving a message in the Message Protocol (MP).
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      Channel channel
      The channel from which the message was received.
      int length
      The actual number of items in the message that was received.
      int tag
      The tag from the message that was received.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • channel

        public Channel channel
        The channel from which the message was received.
      • tag

        public int tag
        The tag from the message that was received.
      • length

        public int length
        The actual number of items in the message that was received.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.