Class RunningContext
- java.lang.Object
-
- org.opendaylight.controller.eos.akka.bootstrap.command.BootstrapCommand
-
- org.opendaylight.controller.eos.akka.bootstrap.command.RunningContext
-
public final class RunningContext extends BootstrapCommand
-
-
Constructor Summary
Constructors Constructor Description RunningContext(ActorRef<TypeListenerRegistryCommand> listenerRegistry, ActorRef<CandidateRegistryCommand> candidateRegistry, ActorRef<StateCheckerCommand> ownerStateChecker, ActorRef<OwnerSupervisorCommand> ownerSupervisor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NonNull ActorRef<CandidateRegistryCommand>
getCandidateRegistry()
@NonNull ActorRef<TypeListenerRegistryCommand>
getListenerRegistry()
@NonNull ActorRef<StateCheckerCommand>
getOwnerStateChecker()
@NonNull ActorRef<OwnerSupervisorCommand>
getOwnerSupervisor()
-
-
-
Constructor Detail
-
RunningContext
public RunningContext(ActorRef<TypeListenerRegistryCommand> listenerRegistry, ActorRef<CandidateRegistryCommand> candidateRegistry, ActorRef<StateCheckerCommand> ownerStateChecker, ActorRef<OwnerSupervisorCommand> ownerSupervisor)
-
-
Method Detail
-
getListenerRegistry
public @NonNull ActorRef<TypeListenerRegistryCommand> getListenerRegistry()
-
getCandidateRegistry
public @NonNull ActorRef<CandidateRegistryCommand> getCandidateRegistry()
-
getOwnerStateChecker
public @NonNull ActorRef<StateCheckerCommand> getOwnerStateChecker()
-
getOwnerSupervisor
public @NonNull ActorRef<OwnerSupervisorCommand> getOwnerSupervisor()
-
-