Value Members
-
def
!
(msg: Any): Unit
-
def
!!
(msg: Any): Box[Any]
-
def
!!
(msg: Any, timeout: Long): Box[Any]
-
def
!<
(msg: Any): LAFuture[Any]
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
!?
(timeout: Long, message: Any): Box[Any]
-
def
!?
(msg: Any): Any
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
around
[R]
(f: ⇒ R): R
-
def
aroundLoans
: List[CommonLoanWrapper]
-
def
asInstanceOf
[T0]
: T0
-
def
clone
(): AnyRef
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
exceptionHandler
: PartialFunction[Throwable, Unit]
-
def
execTranslate
(f: (Any) ⇒ Unit)(v: Any): Unit
-
def
finalize
(): Unit
-
def
forwardMessageTo
(msg: Any, forwardTo: TypedActor[Any, Any]): Unit
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
def
highPriorityReceive
: Box[PartialFunction[Any, Unit]]
-
def
insertMsgAtHeadOfQueue_!
(msg: Any): Unit
-
def
isInstanceOf
[T0]
: Boolean
-
def
messageHandler
: PartialFunction[Any, Unit]
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
reply
(v: Any): Unit
-
def
send
(msg: Any): Unit
-
def
sendAndGetFuture
(msg: Any): LAFuture[Any]
-
def
sendAndGetReply
(timeout: Long, msg: Any): Any
-
def
sendAndGetReply
(msg: Any): Any
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
testTranslate
(f: (Any) ⇒ Boolean)(v: Any): Boolean
-
def
toString
(): String
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
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