Class RpcRegistry.RemoteRpcEndpoint
- java.lang.Object
-
- org.opendaylight.controller.remote.rpc.registry.RpcRegistry.RemoteRpcEndpoint
-
- Enclosing class:
- RpcRegistry
public static final class RpcRegistry.RemoteRpcEndpoint extends Object
-
-
Constructor Summary
Constructors Constructor Description RemoteRpcEndpoint(akka.actor.ActorRef router, Collection<DOMRpcIdentifier> rpcs)
-
-
-
Constructor Detail
-
RemoteRpcEndpoint
public RemoteRpcEndpoint(akka.actor.ActorRef router, Collection<DOMRpcIdentifier> rpcs)
-
-
Method Detail
-
getRouter
public akka.actor.ActorRef getRouter()
-
getRpcs
public Set<DOMRpcIdentifier> getRpcs()
-
-