Packages

package Orchestration

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class Accept(masterCid: ContractId[TestRun]) extends ValueRef with Product with Serializable
  2. final case class Acknowledge() extends ValueRef with Product with Serializable
  3. final case class AddParticipant(party: Party, role: Role) extends ValueRef with Product with Serializable
  4. sealed abstract class Mode extends EnumRef
  5. sealed abstract class ParticipantFlag extends EnumRef
  6. final case class ParticipationRequest(party: Party, role: Role, master: Party) extends Template[ParticipationRequest] with Product with Serializable
  7. sealed abstract class ProbeType extends EnumRef
  8. final case class RemoveParticipant(party: Party) extends ValueRef with Product with Serializable
  9. sealed abstract class Role extends EnumRef
  10. sealed abstract class RunType extends ValueRef
  11. final case class TestParticipant(master: Party, party: Party, role: Role, flag: ParticipantFlag, proposed: Int64, accepted: Int64) extends Template[TestParticipant] with Product with Serializable
  12. final case class TestProbe(master: Party, party: Party, typ: ProbeType, timestamp: Timestamp, count: Int64) extends Template[TestProbe] with Product with Serializable
  13. final case class TestProbeData(typ: ProbeType, timestamp: Timestamp, count: Int64) extends ValueRef with Product with Serializable
  14. final case class TestRun(mode: Mode, issuers: List[Party], traders: List[Party], master: Party, totalCycles: Int64, reportFrequency: Int64, runType: RunType) extends Template[TestRun] with Product with Serializable
  15. final case class ToggleFlag(newFlag: ParticipantFlag) extends ValueRef with Product with Serializable
  16. final case class ToggleMode(newMode: Mode) extends ValueRef with Product with Serializable
  17. final case class ToggleRunType(newType: RunType, newTotalCycles: Int64, newReportFrequency: Int64) extends ValueRef with Product with Serializable
  18. final case class UpdateStats(probes: List[TestProbeData]) extends ValueRef with Product with Serializable

Value Members

  1. object Accept extends ValueRefCompanion with (ContractId[TestRun]) => Accept with Serializable
  2. object Acknowledge extends ValueRefCompanion with () => Acknowledge with Serializable
  3. object AddParticipant extends ValueRefCompanion with (Party, Role) => AddParticipant with Serializable
  4. object Mode extends EnumCompanion[Mode] with Serializable
  5. object ParticipantFlag extends EnumCompanion[ParticipantFlag] with Serializable
  6. object ParticipationRequest extends TemplateCompanion[ParticipationRequest] with (Party, Role, Party) => ParticipationRequest with Serializable
  7. object ProbeType extends EnumCompanion[ProbeType] with Serializable
  8. object RemoveParticipant extends ValueRefCompanion with (Party) => RemoveParticipant with Serializable
  9. object Role extends EnumCompanion[Role] with Serializable
  10. object RunType extends ValueRefCompanion with Serializable
  11. object TestParticipant extends TemplateCompanion[TestParticipant] with (Party, Party, Role, ParticipantFlag, Int64, Int64) => TestParticipant with Serializable
  12. object TestProbe extends TemplateCompanion[TestProbe] with (Party, Party, ProbeType, Timestamp, Int64) => TestProbe with Serializable
  13. object TestProbeData extends ValueRefCompanion with (ProbeType, Timestamp, Int64) => TestProbeData with Serializable
  14. object TestRun extends TemplateCompanion[TestRun] with (Mode, List[Party], List[Party], Party, Int64, Int64, RunType) => TestRun with Serializable
  15. object ToggleFlag extends ValueRefCompanion with (ParticipantFlag) => ToggleFlag with Serializable
  16. object ToggleMode extends ValueRefCompanion with (Mode) => ToggleMode with Serializable
  17. object ToggleRunType extends ValueRefCompanion with (RunType, Int64, Int64) => ToggleRunType with Serializable
  18. object UpdateStats extends ValueRefCompanion with (List[TestProbeData]) => UpdateStats with Serializable

Ungrouped