Class FlowControlNot

    • Field Detail

      • serialVersionUID

        private static final long serialVersionUID
        Deprecated.
        define serialVersionUID for interoperability
        See Also:
        Constant Field Values
      • driverId

        int driverId
        Deprecated.
        id of DriverIn agent issuing notification, when applicable
      • driverKey

        int driverKey
        Deprecated.
        Key of the DriverIn issuing the notification, in a multi connections context.
    • Constructor Detail

      • FlowControlNot

        FlowControlNot​(int driverId)
        Deprecated.
        Constructor.
        Parameters:
        driverId - id of Driver issuing notification
      • FlowControlNot

        FlowControlNot​(int driverId,
                       int driverKey)
        Deprecated.
        Constructor.
        Parameters:
        driverId - id of Driver issuing notification
        driverKey - key of driver issuing the notification.
      • FlowControlNot

        FlowControlNot()
        Deprecated.
        Constructor with default id.
    • Method Detail

      • toString

        public StringBuilder toString​(StringBuilder output)
        Deprecated.
        Appends a string image for this object to the StringBuilder parameter.
        Overrides:
        toString in class Notification
        Parameters:
        output - buffer to fill in
        Returns:
        output buffer is returned