Method |
Description |
|
bootstrap ( ) : void |
This method will be invoked before the while() loop starts and can be used
to implement some bootstrap functionality. |
|
collectGarbage ( ) : void |
Collects the SFSBs that has been timed out |
|
getApplication ( ) : AppserverIo\Psr\Application\ApplicationInterface |
Returns the application instance. |
|
injectApplication ( AppserverIo\Psr\Application\ApplicationInterface $application ) : void |
Injects the application instance. |
|
iterate ( integer $timeout ) : void |
This is invoked on every iteration of the daemons while() loop. |
|
log ( mixed $level, string $message, array $context = [] ) : void |
This is a very basic method to log some stuff by using the error_log() method of PHP. |
|