AppserverIo\Appserver\PersistenceContainer\TimerServiceRegistry::getTimerServiceExecutor PHP Метод

getTimerServiceExecutor() публичный Метод

Returns the service executor for the timer service registry.
public getTimerServiceExecutor ( ) : AppserverIo\Psr\EnterpriseBeans\ServiceExecutorInterface
Результат AppserverIo\Psr\EnterpriseBeans\ServiceExecutorInterface The timer service executor instance
    public function getTimerServiceExecutor()
    {
        return $this->timerServiceExecutor;
    }