Package

it.unibo.scafi.distrib

actor

Permalink

package actor

Visibility
  1. Public
  2. All

Type Members

  1. case class MsgAck(corr: Option[Any]) extends Product with Serializable

    Permalink
  2. case class MsgAddObserver(o: ActorRef) extends Product with Serializable

    Permalink
  3. case class MsgCreateActor(props: Props, name: Option[String] = None, corr: Option[Any] = None) extends Product with Serializable

    Permalink
  4. case class MsgCreationAck(ref: ActorRef, name: String, corr: Option[Any] = None) extends Product with Serializable

    Permalink
  5. case class MsgPropagate(msg: Any) extends Product with Serializable

    Permalink
  6. case class MsgRemoveObserver(o: ActorRef) extends Product with Serializable

    Permalink
  7. case class MsgRequestClass(className: String) extends Product with Serializable

    Permalink
  8. case class MsgWithClass(name: String, code: Array[Byte]) extends Product with Serializable

    Permalink
  9. case class MsgWithClasses(classes: Map[String, Array[Byte]], corr: Option[Any]) extends Product with Serializable

    Permalink
  10. case class MsgWithInput[K, V](name: K, value: V) extends Product with Serializable

    Permalink
  11. trait Platform extends distrib.Platform with PlatformMessages with PlatformActors with PlatformSchedulers with PlatformDevices with PlatformSensors with PlatformAPIFacade with PlatformView with PlatformCodeMobilitySupport

    Permalink
  12. trait PlatformAPIFacade extends AnyRef

    Permalink
  13. trait PlatformActors extends AnyRef

    Permalink
  14. trait PlatformCodeMobilitySupport extends AnyRef

    Permalink
  15. trait PlatformDevices extends AnyRef

    Permalink
  16. trait PlatformMessages extends AnyRef

    Permalink
  17. trait PlatformSchedulers extends AnyRef

    Permalink
  18. trait PlatformSensors extends AnyRef

    Permalink
  19. trait PlatformView extends AnyRef

    Permalink
  20. trait ScafiMessage extends Serializable

    Permalink

    Here we define *general* message types.

    Here we define *general* message types. Essentially to provide strongly-typed containers and linguistic abstractions for messages.

  21. case class SystemMsgClassNotFound(className: String) extends Product with Serializable

    Permalink

Value Members

  1. object GoOn extends Serializable

    Permalink
  2. object MsgPause extends Serializable

    Permalink
  3. object MsgResume extends Serializable

    Permalink
  4. object MsgShutdown extends Serializable

    Permalink
  5. object MsgStart extends Serializable

    Permalink
  6. object MsgStop extends Serializable

    Permalink
  7. object Platform

    Permalink
  8. package extensions

    Permalink
  9. package hybrid

    Permalink
  10. package p2p

    Permalink
  11. package patterns

    Permalink
  12. package serialization

    Permalink
  13. package server

    Permalink

Ungrouped