im.mange.jetboot.comet

MessageCapturingLiftActor

Related Doc: package comet

trait MessageCapturingLiftActor extends LiftActor with BaseMessageCapturingActor

Linear Supertypes
BaseMessageCapturingActor, HandleMultipleTimesMessageHandler, LiftActor, ForwardableActor[Any, Any], GenericActor[Any], TypedActor[Any, Any], SpecializedLiftActor[Any], SimpleActor[Any], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MessageCapturingLiftActor
  2. BaseMessageCapturingActor
  3. HandleMultipleTimesMessageHandler
  4. LiftActor
  5. ForwardableActor
  6. GenericActor
  7. TypedActor
  8. SpecializedLiftActor
  9. SimpleActor
  10. AnyRef
  11. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def onCapturedMessage(message: Any, actor: LiftActor): Unit

    Definition Classes
    BaseMessageCapturingActor

Concrete Value Members

  1. def !(msg: Any): Unit

    Definition Classes
    SpecializedLiftActor → SimpleActor
  2. def !!(msg: Any): Box[Any]

    Definition Classes
    LiftActor → TypedActor
  3. def !!(msg: Any, timeout: Long): Box[Any]

    Definition Classes
    LiftActor → TypedActor
  4. def !<(msg: Any): LAFuture[Any]

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

    Definition Classes
    AnyRef → Any
  6. def !?(timeout: Long, message: Any): Box[Any]

    Definition Classes
    LiftActor → TypedActor
  7. def !?(msg: Any): Any

    Definition Classes
    LiftActor → TypedActor
  8. final def ##(): Int

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

    Definition Classes
    AnyRef → Any
  10. def around[R](f: ⇒ R): R

    Attributes
    protected
    Definition Classes
    SpecializedLiftActor
  11. def aroundLoans: List[CommonLoanWrapper]

    Attributes
    protected
    Definition Classes
    SpecializedLiftActor
  12. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  13. def capture: PartialFunction[Any, Unit]

    Definition Classes
    BaseMessageCapturingActor
  14. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. final def doOnMessage(message: Any): Unit

  16. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  18. def exceptionHandler: PartialFunction[Throwable, Unit]

    Attributes
    protected
    Definition Classes
    SpecializedLiftActor
  19. def execTranslate(f: (Any) ⇒ Unit)(v: Any): Unit

    Attributes
    protected
    Definition Classes
    LiftActor → SpecializedLiftActor
  20. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. final def forwardMessageTo(msg: Any, forwardTo: TypedActor[Any, Any]): Unit

    Attributes
    protected
    Definition Classes
    LiftActor → ForwardableActor
  22. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  24. def highPriorityReceive: Box[PartialFunction[Any, Unit]]

    Attributes
    protected
    Definition Classes
    SpecializedLiftActor
  25. def insertMsgAtHeadOfQueue_!(msg: Any): Unit

    Attributes
    protected
    Definition Classes
    SpecializedLiftActor
  26. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  27. final def messageHandler: PartialFunction[Any, Unit]

    Attributes
    protected
    Definition Classes
    MessageCapturingLiftActor → SpecializedLiftActor
  28. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  31. def onMessage: List[PartialFunction[Any, Unit]]

  32. def reply(v: Any): Unit

    Attributes
    protected
    Definition Classes
    LiftActor → ForwardableActor
  33. def send(msg: Any): Unit

    Definition Classes
    SpecializedLiftActor
  34. def sendAndGetFuture(msg: Any): LAFuture[Any]

    Definition Classes
    LiftActor
  35. def sendAndGetReply(timeout: Long, msg: Any): Any

    Definition Classes
    LiftActor
  36. def sendAndGetReply(msg: Any): Any

    Definition Classes
    LiftActor
  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  38. def testTranslate(f: (Any) ⇒ Boolean)(v: Any): Boolean

    Attributes
    protected
    Definition Classes
    LiftActor → SpecializedLiftActor
  39. def toString(): String

    Definition Classes
    AnyRef → Any
  40. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from BaseMessageCapturingActor

Inherited from LiftActor

Inherited from ForwardableActor[Any, Any]

Inherited from GenericActor[Any]

Inherited from TypedActor[Any, Any]

Inherited from SpecializedLiftActor[Any]

Inherited from SimpleActor[Any]

Inherited from AnyRef

Inherited from Any

Ungrouped