Property | Type | Description | |
---|---|---|---|
$calendarTimerFactory | AppserverIo\Appserver\PersistenceContainer\CalendarTimerFactoryInterface | The calendar timer factory. | |
$timerFactory | AppserverIo\Appserver\PersistenceContainer\TimerFactoryInterface | The timer factory. | |
$timerServiceExecutor | AppserverIo\Psr\EnterpriseBeans\ServiceExecutorInterface | The timer service executor. |
Method | Description | |
---|---|---|
getCalendarTimerFactory ( ) : AppserverIo\Appserver\PersistenceContainer\CalendarTimerFactoryInterface | Returns the calendar timer factory for the timer service registry. | |
getIdentifier ( ) : string | Initializes the manager instance. | |
getTimerFactory ( ) : AppserverIo\Appserver\PersistenceContainer\TimerFactoryInterface | Returns the timer factory for the timer service registry. | |
getTimerServiceExecutor ( ) : AppserverIo\Psr\EnterpriseBeans\ServiceExecutorInterface | Returns the service executor for the timer service registry. | |
initialize ( AppserverIo\Psr\Application\ApplicationInterface $application ) : void | Has been automatically invoked by the container after the application instance has been created. | |
injectCalendarTimerFactory ( AppserverIo\Appserver\PersistenceContainer\CalendarTimerFactoryInterface $calendarTimerFactory ) : void | Injects the calendar timer factory for the timer service registry. | |
injectTimerFactory ( AppserverIo\Appserver\PersistenceContainer\TimerFactoryInterface $timerFactory ) : void | Injects the timer factory for the timer service registry. | |
injectTimerServiceExecutor ( AppserverIo\Psr\EnterpriseBeans\ServiceExecutorInterface $timerServiceExecutor ) : void | Injects the service executor for the timer service registry. | |
register ( AppserverIo\Psr\EnterpriseBeans\ServiceProviderInterface $instance ) : void | Attaches the passed service, to the context. | |
stop ( ) : void | Shutdown the session manager instance. |
public getCalendarTimerFactory ( ) : AppserverIo\Appserver\PersistenceContainer\CalendarTimerFactoryInterface | ||
return | AppserverIo\Appserver\PersistenceContainer\CalendarTimerFactoryInterface | The calendar timer factory instance |
public getIdentifier ( ) : string | ||
return | string |
public getTimerFactory ( ) : AppserverIo\Appserver\PersistenceContainer\TimerFactoryInterface | ||
return | AppserverIo\Appserver\PersistenceContainer\TimerFactoryInterface | The timer factory instance |
public getTimerServiceExecutor ( ) : AppserverIo\Psr\EnterpriseBeans\ServiceExecutorInterface | ||
return | AppserverIo\Psr\EnterpriseBeans\ServiceExecutorInterface | The timer service executor instance |
public initialize ( AppserverIo\Psr\Application\ApplicationInterface $application ) : void | ||
$application | AppserverIo\Psr\Application\ApplicationInterface | The application instance |
return | void |
public injectCalendarTimerFactory ( AppserverIo\Appserver\PersistenceContainer\CalendarTimerFactoryInterface $calendarTimerFactory ) : void | ||
$calendarTimerFactory | AppserverIo\Appserver\PersistenceContainer\CalendarTimerFactoryInterface | The calendar timer factory |
return | void |
public injectTimerFactory ( AppserverIo\Appserver\PersistenceContainer\TimerFactoryInterface $timerFactory ) : void | ||
$timerFactory | AppserverIo\Appserver\PersistenceContainer\TimerFactoryInterface | The timer factory |
return | void |
public injectTimerServiceExecutor ( AppserverIo\Psr\EnterpriseBeans\ServiceExecutorInterface $timerServiceExecutor ) : void | ||
$timerServiceExecutor | AppserverIo\Psr\EnterpriseBeans\ServiceExecutorInterface | The service executor |
return | void |
protected CalendarTimerFactoryInterface,AppserverIo\Appserver\PersistenceContainer $calendarTimerFactory | ||
return | AppserverIo\Appserver\PersistenceContainer\CalendarTimerFactoryInterface |
protected TimerFactoryInterface,AppserverIo\Appserver\PersistenceContainer $timerFactory | ||
return | AppserverIo\Appserver\PersistenceContainer\TimerFactoryInterface |