Class ChangeSeqNum

java.lang.Object
com.epam.admintool.commands.Command
com.epam.admintool.commands.administrative.ChangeSeqNum

public class ChangeSeqNum extends Command
The ChangeSeqNum command. Changes the sequency number for specified session.
  • Constructor Details

    • ChangeSeqNum

      public ChangeSeqNum()
  • Method Details

    • execute

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