Class TerminationMonitor
- java.lang.Object
 - 
- akka.actor.AbstractActor
 - 
- akka.actor.UntypedAbstractActor
 - 
- org.opendaylight.controller.cluster.datastore.TerminationMonitor
 
 
 
 
- 
- All Implemented Interfaces:
 Actor
public class TerminationMonitor extends UntypedAbstractActor
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from class akka.actor.AbstractActor
AbstractActor.ActorContext, AbstractActor.Receive 
- 
Nested classes/interfaces inherited from interface akka.actor.Actor
Actor.emptyBehavior$, Actor.ignoringBehavior$ 
 - 
 
- 
Constructor Summary
Constructors Constructor Description TerminationMonitor() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonReceive(Object message)- 
Methods inherited from class akka.actor.UntypedAbstractActor
createReceive, receive, unhandled 
- 
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 
 - 
 
 - 
 
- 
- 
Field Detail
- 
ADDRESS
public static final String ADDRESS
- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Method Detail
- 
onReceive
public void onReceive(Object message)
- Specified by:
 onReceivein classUntypedAbstractActor
 
 - 
 
 -