AppserverIo\Appserver\PersistenceContainer\TimerServiceRegistry::stop PHP Method

stop() public method

Shutdown the session manager instance.
public stop ( ) : void
return void \AppserverIo\Psr\Application\ManagerInterface::stop()
    public function stop()
    {
        $this->getTimerServiceExecutor()->stop();
        $this->getCalendarTimerFactory()->stop();
        $this->getTimerFactory()->stop();
    }