AppserverIo\Appserver\PersistenceContainer\TimerServiceRegistry::getTimerServiceExecutor PHP Méthode

getTimerServiceExecutor() public méthode

Returns the service executor for the timer service registry.
public getTimerServiceExecutor ( ) : AppserverIo\Psr\EnterpriseBeans\ServiceExecutorInterface
Résultat AppserverIo\Psr\EnterpriseBeans\ServiceExecutorInterface The timer service executor instance
    public function getTimerServiceExecutor()
    {
        return $this->timerServiceExecutor;
    }