java.lang.Object
java.lang.Enum<SpinLockType>
com.blackhillsoftware.smf.smf98.zos.SpinLockType
All Implemented Interfaces:
Serializable, Comparable<SpinLockType>, java.lang.constant.Constable

public enum SpinLockType extends Enum<SpinLockType>
Spin Lock Types
  • Enum Constant Details

    • RSM

      public static final SpinLockType RSM
      Constant: 0x00 = 0
    • TRACE

      public static final SpinLockType TRACE
      Constant: 0x01(1
    • IOS

      public static final SpinLockType IOS
      Constant: 0x02(2
    • RSMCM

      public static final SpinLockType RSMCM
      Constant: 0x03(3
    • RSMGL

      public static final SpinLockType RSMGL
      Constant: 0x04(4
    • VSMFIX

      public static final SpinLockType VSMFIX
      Constant: 0x05(5
    • ASMGL

      public static final SpinLockType ASMGL
      Constant: 0x06(6
    • RSMST

      public static final SpinLockType RSMST
      Constant: 0x07(7
    • RSMXM

      public static final SpinLockType RSMXM
      Constant: 0x08(8
    • RSMAD

      public static final SpinLockType RSMAD
      Constant: 0x09(9
    • VSMPAG

      public static final SpinLockType VSMPAG
      Constant: 0x0A(10
    • DISP

      public static final SpinLockType DISP
      Constant: 0x0B(11
    • ASM

      public static final SpinLockType ASM
      Constant: 0x0C(12
    • SALLOC

      public static final SpinLockType SALLOC
      Constant: 0x0D(13
    • IOSYNCH

      public static final SpinLockType IOSYNCH
      Constant: 0x0E(14
    • RSMDS

      public static final SpinLockType RSMDS
      Constant: 0x0F(15
    • IOSUCB

      public static final SpinLockType IOSUCB
      Constant: 0x10(16
    • TPACBDEB

      public static final SpinLockType TPACBDEB
      Constant: 0x11(17
    • SRM

      public static final SpinLockType SRM
      Constant: 0x12(18
    • BMFLSD

      public static final SpinLockType BMFLSD
      Constant: 0x13(19
    • XCFDS

      public static final SpinLockType XCFDS
      Constant: 0x14(20
    • XCFRES

      public static final SpinLockType XCFRES
      Constant: 0x15(21
    • XCFQ

      public static final SpinLockType XCFQ
      Constant: 0x16(22
    • ETRSET

      public static final SpinLockType ETRSET
      Constant: 0x17(23
    • IXLSCH

      public static final SpinLockType IXLSCH
      Constant: 0x18(24
    • IXLSHR

      public static final SpinLockType IXLSHR
      Constant: 0x19(25
    • IXLDS

      public static final SpinLockType IXLDS
      Constant: 0x1A(26
    • IXLSHELL

      public static final SpinLockType IXLSHELL
      Constant: 0x1B(27
    • IOSULUT

      public static final SpinLockType IOSULUT
      Constant: 0x1C(28
    • IXLREQST

      public static final SpinLockType IXLREQST
      Constant: 0x1D(29
    • WLMRES

      public static final SpinLockType WLMRES
      Constant: 0x1E(30
    • WLMQ

      public static final SpinLockType WLMQ
      Constant: 0x1F(31
    • CONTEXT

      public static final SpinLockType CONTEXT
      Constant: 0x20(32
    • REGSRV

      public static final SpinLockType REGSRV
      Constant: 0x21(33
    • SSD

      public static final SpinLockType SSD
      Constant: 0x22(34
    • GRSINT

      public static final SpinLockType GRSINT
      Constant: 0x23(35
    • MISC

      public static final SpinLockType MISC
      Constant: 0x24(36
    • DONOTUS2

      public static final SpinLockType DONOTUS2
      Constant: 0x25(37
    • DONOTUS3

      public static final SpinLockType DONOTUS3
      Constant: 0x26(38
    • DONOTUS4

      public static final SpinLockType DONOTUS4
      Constant: 0x27(39
    • DONOTUS5

      public static final SpinLockType DONOTUS5
      Constant: 0x28(40
    • HCWDRLK2

      public static final SpinLockType HCWDRLK2
      Constant: 0x29(41
    • HCWDRLK1

      public static final SpinLockType HCWDRLK1
      Constant: 0x2A(42
    • SRMENQ

      public static final SpinLockType SRMENQ
      Constant: 0x2B(43
    • RSMQ

      public static final SpinLockType RSMQ
      Constant: 0x2C(44
    • SSDGROUP

      public static final SpinLockType SSDGROUP
      Constant: 0x2D(45
    • UNKNOWN

      public static final SpinLockType UNKNOWN
  • Method Details

    • values

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

      public static SpinLockType valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null
    • forLockId

      public static SpinLockType forLockId(long id)
    • lockId

      public int lockId()