Class SessionCommand.Status

java.lang.Object
com.shaft.commandline.command.SessionCommand.Status
All Implemented Interfaces:
Callable<Integer>
Enclosing class:
SessionCommand

public static final class SessionCommand.Status extends Object implements Callable<Integer>
Reports whether a recorded session is still running.
  • Constructor Details

    • Status

      public Status()
      Uses the real session manager.
    • Status

      public Status(SessionManager manager)
      Parameters:
      manager - the session manager
  • Method Details