Enum Class EmulatorStatus

java.lang.Object
java.lang.Enum<EmulatorStatus>
com.hp.lft.sdk.te.EmulatorStatus
All Implemented Interfaces:
Serializable, Comparable<EmulatorStatus>, java.lang.constant.Constable

public enum EmulatorStatus extends Enum<EmulatorStatus>
Terminal Emulator statuses.
  • Enum Constant Details

    • READY

      public static final EmulatorStatus READY
      Successful.
    • DISCONNECTED

      public static final EmulatorStatus DISCONNECTED
      Not Connected To Presentation Space.
    • BUSY

      public static final EmulatorStatus BUSY
      Presentation Space is Busy.
    • LOCKED

      public static final EmulatorStatus LOCKED
      Inhibited/Keyboard Locked.
    • UNAVAILABLE

      public static final EmulatorStatus UNAVAILABLE
      Unavailable Operation. When working with No HLLAPI.
  • Method Details

    • values

      public static EmulatorStatus[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static EmulatorStatus valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null