object ActivenessChangeDetail extends Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ActivenessChangeDetail
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class Add(reassignmentCounter: ReassignmentCounter) extends HasReassignmentCounter with Product with Serializable
  2. final case class Assignment(reassignmentCounter: ReassignmentCounter, remoteSynchronizerIdx: Int) extends ReassignmentChangeDetail with Product with Serializable
  3. final case class Create(reassignmentCounter: ReassignmentCounter) extends HasReassignmentCounter with Product with Serializable
  4. sealed trait HasReassignmentCounter extends ActivenessChangeDetail
  5. sealed trait ReassignmentChangeDetail extends HasReassignmentCounter
  6. final case class Unassignment(reassignmentCounter: ReassignmentCounter, remoteSynchronizerIdx: Int) extends ReassignmentChangeDetail with Product with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val add: String36
  5. val archive: String36
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val assign: String36
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  9. val create: String36
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  13. implicit val getResultChangeType: GetResult[ActivenessChangeDetail]
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  19. val purge: String36
  20. implicit val setParameterActivenessChangeDetail: SetParameter[ActivenessChangeDetail]
  21. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  22. def toString(): String
    Definition Classes
    AnyRef → Any
  23. val unassignment: String36
  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. case object Archive extends ActivenessChangeDetail with Product with Serializable

    The reassignment counter for archivals stored in the acs is always None, because we cannot determine the correct reassignment counter when the contract is archived.

    The reassignment counter for archivals stored in the acs is always None, because we cannot determine the correct reassignment counter when the contract is archived. We only determine the reassignment counter later, when the record order publisher triggers the computation of acs commitments, but we never store it in the acs.

  28. case object Purge extends ActivenessChangeDetail with Product with Serializable

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped