Class ShardDataTreeChangePublisherActor
- java.lang.Object
 - 
- akka.actor.AbstractActor
 - 
- org.opendaylight.controller.cluster.common.actor.AbstractUntypedActor
 - 
- org.opendaylight.controller.cluster.datastore.ShardDataTreeNotificationPublisherActor<org.opendaylight.controller.cluster.datastore.DefaultShardDataTreeChangeListenerPublisher>
 - 
- org.opendaylight.controller.cluster.datastore.ShardDataTreeChangePublisherActor
 
 
 
 
 
- 
- All Implemented Interfaces:
 Actor,ExecuteInSelfActor
public final class ShardDataTreeChangePublisherActor extends ShardDataTreeNotificationPublisherActor<org.opendaylight.controller.cluster.datastore.DefaultShardDataTreeChangeListenerPublisher>
Actor used to generate and publish DataTreeChange notifications.- Author:
 - Thomas Pantelis
 
 
- 
- 
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$ 
 - 
 
- 
Field Summary
- 
Fields inherited from class org.opendaylight.controller.cluster.common.actor.AbstractUntypedActor
LOG 
 - 
 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidhandleReceive(Object message)Receive and handle an incoming message.- 
Methods inherited from class org.opendaylight.controller.cluster.datastore.ShardDataTreeNotificationPublisherActor
logContext, publisher 
- 
Methods inherited from class org.opendaylight.controller.cluster.common.actor.AbstractUntypedActor
createReceive, executeInSelf, ignoreMessage, isValidSender, unknownMessage 
- 
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, receive, receiveBuilder, self, sender, supervisorStrategy, unhandled 
 - 
 
 - 
 
- 
- 
Method Detail
- 
handleReceive
protected void handleReceive(Object message)
Description copied from class:AbstractUntypedActorReceive and handle an incoming message. If the implementation does not handle this particular message, it should callAbstractUntypedActor.ignoreMessage(Object)orAbstractUntypedActor.unknownMessage(Object).- Overrides:
 handleReceivein classShardDataTreeNotificationPublisherActor<org.opendaylight.controller.cluster.datastore.DefaultShardDataTreeChangeListenerPublisher>- Parameters:
 message- the incoming message
 
 - 
 
 -