Trait

it.unibo.scafi.distrib.actor.server.PlatformBehaviors

DeviceNbrManagementBehavior

Related Doc: package PlatformBehaviors

Permalink

trait DeviceNbrManagementBehavior extends (PlatformBehaviors.this)#BaseDeviceActor with (PlatformBehaviors.this)#BaseNbrManagementBehavior

Neighbourhood management for devices in a server-based platform.

Self Type
(PlatformBehaviors.this)#DeviceNbrManagementBehavior with Actor
Linear Supertypes
(PlatformBehaviors.this)#BaseNbrManagementBehavior, BasicActorBehavior, (PlatformBehaviors.this)#BaseDeviceActor, Actor, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DeviceNbrManagementBehavior
  2. BaseNbrManagementBehavior
  3. BasicActorBehavior
  4. BaseDeviceActor
  5. Actor
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Receive = PartialFunction[Any, Unit]

    Permalink
    Definition Classes
    Actor

Abstract Value Members

  1. abstract val selfId: (PlatformBehaviors.this)#UID

    Permalink
    Definition Classes
    BaseDeviceActor

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def aroundPostRestart(reason: Throwable): Unit

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Actor
    Annotations
    @InternalApi()
  5. def aroundPostStop(): Unit

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Actor
    Annotations
    @InternalApi()
  6. def aroundPreRestart(reason: Throwable, message: Option[Any]): Unit

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Actor
    Annotations
    @InternalApi()
  7. def aroundPreStart(): Unit

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Actor
    Annotations
    @InternalApi()
  8. def aroundReceive(receive: akka.actor.Actor.Receive, msg: Any): Unit

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Actor
    Annotations
    @InternalApi()
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  11. def commandManagementBehavior: (DeviceNbrManagementBehavior.this)#Receive

    Permalink
    Definition Classes
    BasicActorBehavior
  12. implicit val context: ActorContext

    Permalink
    Definition Classes
    Actor
  13. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  17. def inputManagementBehavior: (DeviceNbrManagementBehavior.this)#Receive

    Permalink
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. val logger: LoggingAdapter

    Permalink
    Definition Classes
    BasicActorBehavior
  20. def mergeNeighborInfo(idn: (PlatformBehaviors.this)#UID, info: (PlatformBehaviors.this)#NbrInfo): Unit

    Permalink
    Definition Classes
    BaseNbrManagementBehavior
  21. var nbrs: Map[(PlatformBehaviors.this)#UID, (PlatformBehaviors.this)#NbrInfo]

    Permalink
    Definition Classes
    BaseNbrManagementBehavior
  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  25. def postRestart(reason: Throwable): Unit

    Permalink
    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  26. def postStop(): Unit

    Permalink
    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  27. def preRestart(reason: Throwable, message: Option[Any]): Unit

    Permalink
    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  28. def preStart(): Unit

    Permalink
    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  29. def queryManagementBehavior: (DeviceNbrManagementBehavior.this)#Receive

    Permalink
    Definition Classes
    BasicActorBehavior
  30. def receive: (DeviceNbrManagementBehavior.this)#Receive

    Permalink
    Definition Classes
    BasicActorBehavior
  31. def removeNeighbor(idn: (PlatformBehaviors.this)#UID): Unit

    Permalink
    Definition Classes
    BaseNbrManagementBehavior
  32. implicit final val self: ActorRef

    Permalink
    Definition Classes
    Actor
  33. final def sender(): ActorRef

    Permalink
    Definition Classes
    Actor
  34. def supervisorStrategy: SupervisorStrategy

    Permalink
    Definition Classes
    Actor
  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  36. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  37. def unhandled(message: Any): Unit

    Permalink
    Definition Classes
    Actor
  38. def updateNeighborhood(neighbors: Set[(PlatformBehaviors.this)#UID], clear: Boolean = false): Unit

    Permalink
    Definition Classes
    BaseNbrManagementBehavior
  39. def updateNeighborsState(exps: Map[(PlatformBehaviors.this)#UID, Option[(PlatformBehaviors.this)#ComputationExport]], clear: Boolean = false): Unit

    Permalink
    Definition Classes
    BaseNbrManagementBehavior
  40. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. def workingBehavior: (DeviceNbrManagementBehavior.this)#Receive

    Permalink
    Definition Classes
    BasicActorBehavior

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from (PlatformBehaviors.this)#BaseNbrManagementBehavior

Inherited from BasicActorBehavior

Inherited from (PlatformBehaviors.this)#BaseDeviceActor

Inherited from Actor

Inherited from AnyRef

Inherited from Any

Ungrouped