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;
    }