Class IAmMessage

java.lang.Object
zleurtor.scanmanager.model.messages.AbstractMessage
zleurtor.scanmanager.model.messages.IAmMessage
All Implemented Interfaces:
Serializable

public class IAmMessage extends AbstractMessage
The message sent by the slave during the discover process.
Author:
Zleurtor
See Also:
  • Constructor Details

    • IAmMessage

      public IAmMessage()
      Constructs an empty message.
    • IAmMessage

      public IAmMessage(String theName, String theVersion, String theOptions)
      Constructs a new "I am" message using the specified name.
      Parameters:
      theName - The name of the slave which sent this message.
      theVersion - The version of the slave which sent this message.
      theOptions - The options used by the slave while taking snapshots.
  • Method Details