Class Heartbeat

java.lang.Object
com.epam.admintool.commands.Command
com.epam.admintool.commands.generic.Heartbeat

public class Heartbeat extends Command
The Heartbeat command. Send the heartbeat to specified session.
  • Constructor Details

    • Heartbeat

      public Heartbeat()
  • Method Details

    • execute

      public void execute()
      Description copied from class: Command
      Execute command.
      Specified by:
      execute in class Command