AppserverIo\Appserver\PersistenceContainer\TimerServiceRegistry::stop PHP 메소드

stop() 공개 메소드

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