Package csw.framework.javadsl
Class JComponentHandlers
java.lang.Object
csw.framework.scaladsl.ComponentHandlers
csw.framework.javadsl.JComponentHandlers
- Direct Known Subclasses:
JDefaultComponentHandlers
public abstract class JComponentHandlers
extends csw.framework.scaladsl.ComponentHandlers
Base class for component handlers which will be used by the component actor
param: ctx the ActorContext
under which the actor instance of the component, which use these handlers, is created
param: cswCtx provides access to csw services e.g. location, event, alarm, etc
-
Constructor Summary
ConstructorDescriptionJComponentHandlers
(akka.actor.typed.javadsl.ActorContext<TopLevelActorMessage> ctx, JCswContext cswCtx) -
Method Summary
Methods inherited from class csw.framework.scaladsl.ComponentHandlers
initialize, isOnline, isOnline_$eq, onDiagnosticMode, onGoOffline, onGoOnline, onLocationTrackingEvent, onOneway, onOperationsMode, onShutdown, onSubmit, trackConnection, validateCommand
-
Constructor Details
-
JComponentHandlers
public JComponentHandlers(akka.actor.typed.javadsl.ActorContext<TopLevelActorMessage> ctx, JCswContext cswCtx)
-