Packages

  • package root
    Definition Classes
    root
  • package batch
    Definition Classes
    root
  • object BatchDispatcher

    A BatchDispatcher is an Akka Actor responsible for distributing messages (BatchMsg) within a batch.

    A BatchDispatcher is an Akka Actor responsible for distributing messages (BatchMsg) within a batch.

    A BatchChannelActor is always opened during initialization of jatos.js (where a GroupChannelActor is opened only after the group was joined).

    A BatchChannelActor registers in a BatchDispatcher by sending the RegisterChannel message and unregisters by sending a UnregisterChannel message.

    A new BatchDispatcher is created by the BatchDispatcherRegistry. If a BatchDispatcher has no more members it closes itself.

    A BatchDispatcher handles and distributes messages between currently active the members of a batch. These messages are essentially JSON Patches after RFC 6902 and used to describe changes in the batch session data. The session data are stored and persisted with the Batch.

    Definition Classes
    batch
  • BatchAction
  • BatchActionJsonKey
  • BatchMsg
  • Factory
  • PoisonChannel
  • RegisterChannel
  • TellWhom
  • UnregisterChannel
o

batch.BatchDispatcher

BatchActionJsonKey

object BatchActionJsonKey extends Enumeration

Strings used as keys in the batch action JSON

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

Type Members

  1. type BatchActionKey = Value
  2. class Val extends Value with Serializable
    Attributes
    protected
    Definition Classes
    Enumeration
    Annotations
    @SerialVersionUID()
  3. abstract class Value extends Ordered[Value] with Serializable
    Definition Classes
    Enumeration
    Annotations
    @SerialVersionUID()
  4. class ValueSet extends AbstractSet[Value] with SortedSet[Value] with SortedSetOps[Value, SortedSet, ValueSet] with StrictOptimizedIterableOps[Value, Set, ValueSet] with Serializable
    Definition Classes
    Enumeration
    Annotations
    @SerialVersionUID()

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 Action: Value
  5. val ErrorMsg: Value
  6. val SessionActionId: Value
  7. val SessionData: Value
  8. val SessionPatches: Value
  9. val SessionVersion: Value
  10. val SessionVersioning: Value
  11. final def Value(i: Int, name: String): Value
    Attributes
    protected
    Definition Classes
    Enumeration
  12. final def Value(name: String): Value
    Attributes
    protected
    Definition Classes
    Enumeration
  13. final def Value(i: Int): Value
    Attributes
    protected
    Definition Classes
    Enumeration
  14. final def Value: Value
    Attributes
    protected
    Definition Classes
    Enumeration
  15. final def apply(x: Int): Value
    Definition Classes
    Enumeration
  16. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  17. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  20. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  21. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. final def maxId: Int
    Definition Classes
    Enumeration
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. var nextId: Int
    Attributes
    protected
    Definition Classes
    Enumeration
  27. var nextName: Iterator[String]
    Attributes
    protected
    Definition Classes
    Enumeration
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. def readResolve(): AnyRef
    Attributes
    protected
    Definition Classes
    Enumeration
  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    Enumeration → AnyRef → Any
  33. def values: ValueSet
    Definition Classes
    Enumeration
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  37. final def withName(s: String): Value
    Definition Classes
    Enumeration
  38. implicit object ValueOrdering extends Ordering[Value]
    Definition Classes
    Enumeration

Inherited from Enumeration

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped