molecule.benchmarks.comparison.actors.ChameneosRedux

Chameneo

case class Chameneo(mall: Mall, colour: Colour, id: Int, exec: Executor) extends BenchmarkActor with Product with Serializable

Linear Supertypes
Product, Equals, BenchmarkActor, Actor, ReplyReactor, InternalActor, Serializable, Serializable, InputChannel[Any], ActorCanReply, InternalReplyReactor, ReactorCanReply, Reactor[Any], Combinators, AbstractActor, CanReply[Any, Any], OutputChannel[Any], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Chameneo
  2. Product
  3. Equals
  4. BenchmarkActor
  5. Actor
  6. ReplyReactor
  7. InternalActor
  8. Serializable
  9. Serializable
  10. InputChannel
  11. ActorCanReply
  12. InternalReplyReactor
  13. ReactorCanReply
  14. Reactor
  15. Combinators
  16. AbstractActor
  17. CanReply
  18. OutputChannel
  19. AnyRef
  20. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Chameneo(mall: Mall, colour: Colour, id: Int, exec: Executor)

Type Members

  1. type Future[+P] = scala.actors.Future[P]

    Definition Classes
    ReactorCanReply → CanReply

Value Members

  1. def !(msg: Any): Unit

    Definition Classes
    InternalReplyReactor → Reactor → OutputChannel
  2. def !!(msg: Any): Future[Any]

    Definition Classes
    ActorCanReply → ReactorCanReply → CanReply
  3. def !![A](msg: Any, handler: PartialFunction[Any, A]): Future[A]

    Definition Classes
    ActorCanReply → ReactorCanReply → CanReply
  4. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  6. def !?(msec: Long, msg: Any): Option[Any]

    Definition Classes
    ActorCanReply → ReactorCanReply → CanReply
  7. def !?(msg: Any): Any

    Definition Classes
    ActorCanReply → ReactorCanReply → CanReply
  8. final def ##(): Int

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

    Definition Classes
    AnyRef
  10. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  11. def ?: Any

    Definition Classes
    InternalActor → InputChannel
  12. def act(): Unit

    Definition Classes
    Chameneo → Reactor
  13. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  14. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. var colour: Colour

  16. def complement(otherColour: Colour): Colour

  17. def continue(): Unit

    Definition Classes
    Combinators
  18. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  19. def exceptionHandler: PartialFunction[Exception, Unit]

    Attributes
    protected[scala.actors]
    Definition Classes
    Reactor
  20. val exec: Executor

  21. def exit(): Nothing

    Attributes
    protected[scala.actors]
    Definition Classes
    InternalActor → Reactor
  22. def exit(reason: AnyRef): Nothing

    Attributes
    protected[scala.actors]
    Definition Classes
    InternalActor
  23. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. def forward(msg: Any): Unit

    Definition Classes
    InternalReplyReactor → Reactor → OutputChannel
  25. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  26. def getState: scala.actors.Actor.State.Value

    Definition Classes
    InternalActor → InternalReplyReactor → Reactor
  27. val id: Int

  28. def internalSender: OutputChannel[Any]

    Attributes
    protected[scala.actors]
    Definition Classes
    InternalReplyReactor
  29. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  30. def link(body: ⇒ Unit): Actor

    Definition Classes
    InternalActor
  31. def link(to: ActorRef): ActorRef

    Definition Classes
    InternalActor
  32. def link(to: AbstractActor): AbstractActor

    Definition Classes
    InternalActor
  33. def loop(body: ⇒ Unit): Unit

    Definition Classes
    Combinators
  34. def loopWhile(cond: ⇒ Boolean)(body: ⇒ Unit): Unit

    Definition Classes
    Combinators
  35. def mailboxSize: Int

    Attributes
    protected[scala.actors]
    Definition Classes
    Reactor
  36. var mall: Mall

  37. var meetings: Int

  38. implicit def mkBody[A](body: ⇒ A): Body[A]

    Definition Classes
    Reactor → Combinators
  39. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  40. final def notify(): Unit

    Definition Classes
    AnyRef
  41. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  42. def react(handler: PartialFunction[Any, Unit]): Nothing

    Definition Classes
    InternalActor → InputChannel → InternalReplyReactor → Reactor
  43. def reactWithin(msec: Long)(handler: PartialFunction[Any, Unit]): Nothing

    Definition Classes
    InternalActor → InputChannel → InternalReplyReactor
  44. def receive[R](f: PartialFunction[Any, R]): R

    Definition Classes
    InternalActor → InputChannel
  45. def receiveWithin[R](msec: Long)(f: PartialFunction[Any, R]): R

    Definition Classes
    InternalActor → InputChannel
  46. def receiver: Actor

    Definition Classes
    Reactor → OutputChannel
  47. def reply(msg: Any): Unit

    Attributes
    protected[scala.actors]
    Definition Classes
    InternalReplyReactor
  48. def restart(): Unit

    Definition Classes
    Reactor
  49. val scheduler: SchedulerAdapter

    Definition Classes
    BenchmarkActor → InternalActor → Reactor
  50. def send(msg: Any, replyTo: OutputChannel[Any]): Unit

    Definition Classes
    Reactor → OutputChannel
  51. def sender: OutputChannel[Any]

    Attributes
    protected[scala.actors]
    Definition Classes
    ReplyReactor
  52. def start(): Actor

    Definition Classes
    Actor → InternalActor → Reactor
  53. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  54. def toString(): String

    Definition Classes
    Chameneo → AnyRef → Any
  55. def trapExit: Boolean

    Definition Classes
    InternalActor
  56. def trapExit_=(value: Boolean): Unit

    Definition Classes
    InternalActor
  57. def unlink(from: ActorRef): Unit

    Definition Classes
    InternalActor
  58. def unlink(from: AbstractActor): Unit

    Definition Classes
    InternalActor
  59. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Product

Inherited from Equals

Inherited from BenchmarkActor

Inherited from Actor

Inherited from ReplyReactor

Inherited from InternalActor

Inherited from Serializable

Inherited from Serializable

Inherited from InputChannel[Any]

Inherited from ActorCanReply

Inherited from InternalReplyReactor

Inherited from ReactorCanReply

Inherited from Reactor[Any]

Inherited from Combinators

Inherited from AbstractActor

Inherited from CanReply[Any, Any]

Inherited from OutputChannel[Any]

Inherited from AnyRef

Inherited from Any

Ungrouped