Class/Object

org.squbs.unicomplex

Unicomplex

Related Docs: object Unicomplex | package unicomplex

Permalink

class Unicomplex extends Actor with Stash with ActorLogging

The Unicomplex actor is the supervisor of the Unicomplex. It starts actors that are part of the Unicomplex.

Linear Supertypes
ActorLogging, Stash, RequiresMessageQueue[DequeBasedMessageQueueSemantics], UnrestrictedStash, StashSupport, Actor, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Unicomplex
  2. ActorLogging
  3. Stash
  4. RequiresMessageQueue
  5. UnrestrictedStash
  6. StashSupport
  7. Actor
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Unicomplex()

    Permalink

Type Members

  1. class CubesBean extends CubesMXBean

    Permalink
  2. class ExtensionsBean extends ExtensionsMXBean

    Permalink
  3. type Receive = PartialFunction[Any, Unit]

    Permalink
    Definition Classes
    Actor
  4. class SystemStateBean extends SystemStateMXBean

    Permalink

    MXBean for exposing Unicomplex state

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. val active: (Any) ⇒ Active.type

    Permalink
  5. def aroundPostRestart(reason: Throwable): Unit

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Actor
  6. def aroundPostStop(): Unit

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

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Actor
  8. def aroundPreStart(): Unit

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

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Actor
  10. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  11. var checkInitState: () ⇒ LifecycleState

    Permalink
  12. val checkStateFailed: PartialFunction[Iterable[LifecycleState], LifecycleState]

    Permalink
  13. val checkStateInitializing: PartialFunction[Iterable[LifecycleState], LifecycleState]

    Permalink
  14. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. implicit val context: ActorContext

    Permalink
    Definition Classes
    Actor
  16. def cubeStates: Iterable[LifecycleState]

    Permalink
  17. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  19. def failFastStrategy: LifecycleState

    Permalink
  20. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  22. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. def lenientStrategy: LifecycleState

    Permalink
  25. def log: LoggingAdapter

    Permalink
    Definition Classes
    ActorLogging
  26. final def ne(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. def pendingServiceStarts: Boolean

    Permalink
  30. def postRestart(reason: Throwable): Unit

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

    Permalink
    Definition Classes
    Unicomplex → UnrestrictedStash → Actor
  32. def preRestart(reason: Throwable, message: Option[Any]): Unit

    Permalink
    Definition Classes
    UnrestrictedStash → Actor
  33. def preStart(): Unit

    Permalink
    Definition Classes
    Unicomplex → Actor
  34. def receive: PartialFunction[Any, Unit]

    Permalink
    Definition Classes
    Unicomplex → Actor
  35. implicit final val self: ActorRef

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

    Permalink
    Definition Classes
    Actor
  37. lazy val serviceRegistry: ServiceRegistry

    Permalink
  38. def shutdownBehavior: Receive

    Permalink
  39. def stash(): Unit

    Permalink
    Definition Classes
    StashSupport
  40. def stopAndStartCube: Receive

    Permalink
  41. val supervisorStrategy: OneForOneStrategy

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

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

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

    Permalink
    Definition Classes
    Actor
  45. def unstashAll(): Unit

    Permalink
    Definition Classes
    StashSupport
  46. def updateCubes(reports: InitReports): Unit

    Permalink
  47. def updateSystemState(state: LifecycleState): Unit

    Permalink
  48. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ActorLogging

Inherited from Stash

Inherited from RequiresMessageQueue[DequeBasedMessageQueueSemantics]

Inherited from UnrestrictedStash

Inherited from StashSupport

Inherited from Actor

Inherited from AnyRef

Inherited from Any

Ungrouped