Class JCswContext

java.lang.Object
csw.framework.models.JCswContext
All Implemented Interfaces:
Serializable, scala.Equals, scala.Product

public class JCswContext extends Object implements scala.Product, Serializable
Bundles all the services provided by csw, supporting java api

param: locationService the single instance of location service param: eventService the single instance of event service with default publishers and subscribers as well as the capability to create new ones param: alarmService the single instance of alarm service that allows setting severity for an alarm param: loggerFactory factory to create suitable logger instance param: currentStatePublisher the pub sub actor to publish state represented by CurrentState for this component param: commandResponseManager manages state of a long-running, started Submit command param: componentInfo component related information as described in the configuration file

See Also: