Class JCSWService


  • public class JCSWService
    extends java.lang.Object
    Helper class for Java to get handle of [[CSWService]] Specify one or more services from following ADT's while creating FrameworkTestKit and testkit will make sure that those services are started. Example: == With JUnit Integration == {{{
    • Constructor Summary

      Constructors 
      Constructor Description
      JCSWService()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • LocationServer

        public static CSWService LocationServer
      • ConfigServer

        public static CSWService ConfigServer
      • EventServer

        public static CSWService EventServer
      • AlarmServer

        public static CSWService AlarmServer
    • Constructor Detail

      • JCSWService

        public JCSWService()