Interface ShutdownService

  • All Known Implementing Classes:
    CachingServiceImpl, StatelessRequestServiceImpl, SystemEventService

    public interface ShutdownService
    Allow the service to be notified when the service manager is shutting it down. This will typically be called when the kernel is stopped or destroyed. Any cleanup that a service needs to do when it is shut down should happen here.
    Author:
    Aaron Zeckoski (azeckoski @ gmail.com)
    • Method Detail

      • shutdown

        void shutdown()
        Called as the service manager is stopping or shutting down.