Class RunningContext
java.lang.Object
org.opendaylight.controller.eos.akka.bootstrap.command.BootstrapCommand
org.opendaylight.controller.eos.akka.bootstrap.command.RunningContext
- 
Constructor Summary
ConstructorsConstructorDescriptionRunningContext(ActorRef<TypeListenerRegistryCommand> listenerRegistry, ActorRef<CandidateRegistryCommand> candidateRegistry, ActorRef<StateCheckerCommand> ownerStateChecker, ActorRef<OwnerSupervisorCommand> ownerSupervisor)  - 
Method Summary
Modifier and TypeMethodDescription@NonNull ActorRef<CandidateRegistryCommand> @NonNull ActorRef<TypeListenerRegistryCommand> @NonNull ActorRef<StateCheckerCommand> @NonNull ActorRef<OwnerSupervisorCommand>  
- 
Constructor Details
- 
RunningContext
public RunningContext(ActorRef<TypeListenerRegistryCommand> listenerRegistry, ActorRef<CandidateRegistryCommand> candidateRegistry, ActorRef<StateCheckerCommand> ownerStateChecker, ActorRef<OwnerSupervisorCommand> ownerSupervisor)  
 - 
 - 
Method Details
- 
getListenerRegistry
 - 
getCandidateRegistry
 - 
getOwnerStateChecker
 - 
getOwnerSupervisor
 
 -