Class EventIpcManagerFactory

    • Constructor Detail

      • EventIpcManagerFactory

        public EventIpcManagerFactory()
    • Method Detail

      • init

        public static void init()
        Create the singleton instance of this factory
      • getIpcManager

        public static EventIpcManager getIpcManager()
        Returns an implementation of the default EventIpcManager class
        Returns:
        a EventIpcManager object.
      • reset

        public static void reset()
        Deprecated.
        Only for unit testing!
        This is here for unit testing so we can reset this class before every test.