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

getTimerServiceExecutor() public method

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