scala.concurrent.stm.skel

StubInTxn

class StubInTxn extends InTxn

Linear Supertypes
InTxn, InTxnEnd, MaybeTxn, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. StubInTxn
  2. InTxn
  3. InTxnEnd
  4. MaybeTxn
  5. AnyRef
  6. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new StubInTxn ()

Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. def afterCommit (handler: (Status) ⇒ Unit): Nothing

    Definition Classes
    StubInTxnInTxnEnd
  7. def afterCompletion (handler: (Status) ⇒ Unit): Nothing

    Definition Classes
    StubInTxnInTxnEnd
  8. def afterRollback (handler: (Status) ⇒ Unit): Nothing

    Definition Classes
    StubInTxnInTxnEnd
  9. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  10. def beforeCommit (handler: (InTxn) ⇒ Unit): Nothing

    Definition Classes
    StubInTxnInTxnEnd
  11. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  12. def currentLevel : NestingLevel

    Definition Classes
    StubInTxnInTxnEnd
  13. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  14. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  15. def executor : TxnExecutor

  16. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  17. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef
  18. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  19. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  20. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  21. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  22. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  23. def retry (): Nothing

    Definition Classes
    StubInTxnInTxnEnd
  24. def retryFor (timeoutNanos: Long): Unit

    Definition Classes
    StubInTxnInTxnEnd
  25. def rollback (cause: RollbackCause): Nothing

    Definition Classes
    StubInTxnInTxnEnd
  26. def rootLevel : NestingLevel

    Definition Classes
    StubInTxnInTxnEnd
  27. def setExternalDecider (decider: ExternalDecider): Nothing

    Definition Classes
    StubInTxnInTxnEnd
  28. def status : Status

    Definition Classes
    StubInTxnInTxnEnd
  29. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  30. def toString (): String

    Definition Classes
    AnyRef → Any
  31. def wait (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  32. def wait (arg0: Long, arg1: Int): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  33. def wait (arg0: Long): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  34. def whileCommitting (handler: (InTxnEnd) ⇒ Unit): Nothing

    Definition Classes
    StubInTxnInTxnEnd
  35. def whilePreparing (handler: (InTxnEnd) ⇒ Unit): Nothing

    Definition Classes
    StubInTxnInTxnEnd

Inherited from InTxn

Inherited from InTxnEnd

Inherited from MaybeTxn

Inherited from AnyRef

Inherited from Any