class AlarmServiceFactory extends AnyRef
Factory to create AlarmService
- Alphabetic
- By Inheritance
- AlarmServiceFactory
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new AlarmServiceFactory()
A java helper to construct AlarmServiceFactory
- new AlarmServiceFactory(redisClient: RedisClient = RedisClient.create())
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def jMakeClientApi(host: String, port: Int, system: ActorSystem[_]): IAlarmService
Creates csw.alarm.api.javadsl.IAlarmService instance for non admin users using host and port of alarm server
Creates csw.alarm.api.javadsl.IAlarmService instance for non admin users using host and port of alarm server
- host
of the alarm server
- port
on which alarm server is running
- system
an actor system required for underlying actors
- returns
an instance of csw.alarm.api.javadsl.IAlarmService
- def jMakeClientApi(locationService: ILocationService, system: ActorSystem[_]): IAlarmService
Creates csw.alarm.api.javadsl.IAlarmService instance for non admin users using csw.location.api.javadsl.ILocationService
Creates csw.alarm.api.javadsl.IAlarmService instance for non admin users using csw.location.api.javadsl.ILocationService
- locationService
instance which will be used to resolve the location of alarm server
- system
an actor system required for underlying actors
- returns
an instance of csw.alarm.api.javadsl.IAlarmService
- def makeAdminApi(host: String, port: Int)(implicit system: ActorSystem[_]): AlarmAdminService
Creates csw.alarm.api.scaladsl.AlarmAdminService instance for admin users using host port of alarm server
Creates csw.alarm.api.scaladsl.AlarmAdminService instance for admin users using host port of alarm server
- host
of the alarm server
- port
on which alarm server is running
- system
an actor system required for underlying actors
- returns
an instance of csw.alarm.api.scaladsl.AlarmAdminService
- def makeAdminApi(locationService: LocationService)(implicit system: ActorSystem[_]): AlarmAdminService
Creates csw.alarm.api.scaladsl.AlarmAdminService instance for admin users using csw.location.api.scaladsl.LocationService
Creates csw.alarm.api.scaladsl.AlarmAdminService instance for admin users using csw.location.api.scaladsl.LocationService
- locationService
instance which will be used to resolve the location of alarm server
- system
an actor system required for underlying actors
- returns
an instance of csw.alarm.api.scaladsl.AlarmAdminService
- def makeClientApi(host: String, port: Int)(implicit system: ActorSystem[_]): AlarmService
Creates csw.alarm.api.scaladsl.AlarmService instance for non admin users using host and port of alarm server
Creates csw.alarm.api.scaladsl.AlarmService instance for non admin users using host and port of alarm server
- host
of the alarm server
- port
on which alarm server is running
- system
an actor system required for underlying actors
- returns
an instance of csw.alarm.api.scaladsl.AlarmService
- def makeClientApi(locationService: LocationService)(implicit system: ActorSystem[_]): AlarmService
Creates csw.alarm.api.scaladsl.AlarmService instance for non admin users using csw.location.api.scaladsl.LocationService
Creates csw.alarm.api.scaladsl.AlarmService instance for non admin users using csw.location.api.scaladsl.LocationService
- locationService
instance which will be used to resolve the location of alarm server
- system
an actor system required for underlying actors
- returns
an instance of csw.alarm.api.scaladsl.AlarmService
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])