Class TerminationMonitor
- java.lang.Object
-
- akka.actor.AbstractActor
-
- akka.actor.UntypedAbstractActor
-
- org.opendaylight.controller.remote.rpc.TerminationMonitor
-
- All Implemented Interfaces:
akka.actor.Actor
public class TerminationMonitor extends akka.actor.UntypedAbstractActor
-
-
Constructor Summary
Constructors Constructor Description TerminationMonitor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onReceive(Object message)
-
Methods inherited from class akka.actor.AbstractActor
akka$actor$Actor$_setter_$context_$eq, akka$actor$Actor$_setter_$self_$eq, aroundPostRestart, aroundPostStop, aroundPreRestart, aroundPreStart, aroundReceive, context, emptyBehavior, getContext, getSelf, getSender, postRestart, postStop, preRestart, preRestart, preStart, receiveBuilder, self, sender, supervisorStrategy
-
-
-
-
Method Detail
-
onReceive
public void onReceive(Object message)
- Specified by:
onReceive
in classakka.actor.UntypedAbstractActor
-
-