Class BreakpointUpdateMessage

  • All Implemented Interfaces:
    java.io.Serializable

    public class BreakpointUpdateMessage
    extends AbstractMessage
    This message is sent when breakpoints shall be created or removed. It is used both as notification about breakpoint changes (server -> client) as well as requests (client -> server).
    Author:
    Rene Schneider - initial API and implementation
    See Also:
    Serialized Form
    • Constructor Detail

      • BreakpointUpdateMessage

        public BreakpointUpdateMessage​(BreakpointActions anAction,
                                       java.lang.Integer anEntryReference)
        Creates a new message instance.
        Parameters:
        anAction - the action to perform
        anEntryReference - the entry reference on which to perform the action
      • BreakpointUpdateMessage

        public BreakpointUpdateMessage()
        The no-arg constructor, primarily used for serialization.
    • Method Detail

      • getEntryReference

        public java.lang.Integer getEntryReference()