Class TroubleTicketer

    • Constructor Detail

      • TroubleTicketer

        public TroubleTicketer()
    • Method Detail

      • setEventIpcManager

        public void setEventIpcManager​(EventIpcManager eventIpcManager)

        setEventIpcManager

        Parameters:
        eventIpcManager - a EventIpcManager object.
      • setTicketerServiceLayer

        public void setTicketerServiceLayer​(TicketerServiceLayer ticketerServiceLayer)

        setTicketerServiceLayer

        Parameters:
        ticketerServiceLayer - a TicketerServiceLayer object.
      • afterPropertiesSet

        public void afterPropertiesSet()
                                throws Exception
        SpringFramework method from implementation of the Spring Interface org.springframework.beans.factory.InitializingBean
        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
        Throws:
        Exception - An exception is thrown when detecting an invalid state such as data not properly initialized or this method called more then once.
      • destroy

        public void destroy()
                     throws Exception

        destroy

        Specified by:
        destroy in interface org.springframework.beans.factory.DisposableBean
        Throws:
        Exception - if any.
      • getName

        public String getName()
        EventListener Interface required implementation
        Specified by:
        getName in interface EventListener
        Returns:
        java.lang.String representing the name of this service daemon
      • onEvent

        public void onEvent​(IEvent e)
        Process a sent event. Event listener Interface required implementation
        Specified by:
        onEvent in interface EventListener
        Parameters:
        e - a IEvent object.
      • getLoggingCategory

        public static String getLoggingCategory()