public class RpcManager extends AbstractUntypedActor
RpcListener with the local DOMRpcService.LOG| Modifier and Type | Method and Description |
|---|---|
protected void |
handleReceive(Object message)
Receive and handle an incoming message.
|
void |
postStop() |
void |
preStart() |
static akka.actor.Props |
props(org.opendaylight.mdsal.dom.api.DOMRpcProviderService rpcProvisionRegistry,
org.opendaylight.mdsal.dom.api.DOMRpcService rpcServices,
RemoteRpcProviderConfig config) |
akka.actor.SupervisorStrategy |
supervisorStrategy() |
executeInSelf, ignoreMessage, isValidSender, onReceive, unknownMessageakka$actor$Actor$_setter_$context_$eq, akka$actor$Actor$_setter_$self_$eq, aroundPostRestart, aroundPostStop, aroundPreRestart, aroundPreStart, aroundReceive, context, getContext, getSelf, getSender, postRestart, preRestart, receive, self, sender, unhandledpublic static akka.actor.Props props(org.opendaylight.mdsal.dom.api.DOMRpcProviderService rpcProvisionRegistry,
org.opendaylight.mdsal.dom.api.DOMRpcService rpcServices,
RemoteRpcProviderConfig config)
public void preStart()
throws Exception
preStart in interface akka.actor.ActorpreStart in class akka.actor.UntypedActorExceptionpublic void postStop()
throws Exception
postStop in interface akka.actor.ActorpostStop in class akka.actor.UntypedActorExceptionprotected void handleReceive(Object message)
AbstractUntypedActorAbstractUntypedActor.ignoreMessage(Object) or AbstractUntypedActor.unknownMessage(Object).handleReceive in class AbstractUntypedActormessage - the incoming messagepublic akka.actor.SupervisorStrategy supervisorStrategy()
supervisorStrategy in interface akka.actor.ActorsupervisorStrategy in class akka.actor.UntypedActorCopyright © 2019 OpenDaylight. All rights reserved.