class ActorCellInstrumentation extends AnyRef
- Annotations
- @Aspect()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ActorCellInstrumentation
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ActorCellInstrumentation()
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
actorCellCreation(cell: Cell, system: ActorSystem, ref: ActorRef, parent: InternalActorRef): Unit
- Annotations
- @Pointcut()
- def actorInstrumentation(cell: Cell): ActorMonitor
-
def
actorInvokeFailure(cell: ActorCell, childrenNotToSuspend: Iterable[ActorRef], failure: Throwable): Unit
- Annotations
- @Pointcut()
-
def
afterCreation(cell: Cell, system: ActorSystem, ref: ActorRef, parent: ActorRef): Unit
- Annotations
- @After()
-
def
afterRepointableActorRefCreation(cell: Cell, system: ActorSystem, ref: ActorRef, parent: ActorRef): Unit
- Annotations
- @After()
-
def
afterSendMessageInActorCell(cell: Cell, envelope: Envelope): Unit
- Annotations
- @Before()
-
def
afterSendMessageInUnstartedActorCell(cell: Cell, envelope: Envelope): Unit
- Annotations
- @Before()
-
def
aroundBehaviourInvoke(pjp: ProceedingJoinPoint, cell: ActorCell, envelope: Envelope): Any
- Annotations
- @Around()
-
def
aroundReplaceWithInRepointableActorRef(pjp: ProceedingJoinPoint, unStartedCell: UnstartedCell, cell: Cell): Unit
- Annotations
- @Around()
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
beforeInvokeFailure(cell: ActorCell, childrenNotToSuspend: Iterable[ActorRef], failure: Throwable): Unit
- Annotations
- @Before()
-
def
beforeMessageDispatcherUnregister(cell: ActorCell): Unit
- Annotations
- @Before()
-
def
beforeSystemInvoke(cell: Cell): Unit
- Annotations
- @Before()
-
def
callTerminate(cell: Cell): Unit
- Annotations
- @Pointcut()
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
def
invokingActorBehaviourAtActorCell(cell: ActorCell, envelope: Envelope): Unit
- Annotations
- @Pointcut()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
messageDispatcherUnregister(cell: ActorCell): Unit
- Annotations
- @Pointcut()
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
def
replaceWithInRepointableActorRef(unStartedCell: UnstartedCell, cell: Cell): Unit
- Annotations
- @Pointcut()
-
def
repointableActorRefCreation(cell: Cell, system: ActorSystem, ref: ActorRef, parent: InternalActorRef): Unit
- Annotations
- @Pointcut()
-
def
sendMessageInActorCell(cell: Cell, envelope: Envelope): Unit
- Annotations
- @Pointcut()
-
def
sendMessageInUnstartedActorCell(cell: Cell, envelope: Envelope): Unit
- Annotations
- @Pointcut()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )