PHP Class AppserverIo\Appserver\Application\ManagerShutdownThread

Inheritance: extends Thread
Afficher le fichier Open project: appserver-io/appserver

Méthodes publiques

Méthode Description
__construct ( AppserverIo\Psr\Application\ManagerInterface $manager ) Initializes the thread with the manager to shutdown.
run ( ) : void Handles the clean manager shutdown.

Method Details

__construct() public méthode

Initializes the thread with the manager to shutdown.
public __construct ( AppserverIo\Psr\Application\ManagerInterface $manager )
$manager AppserverIo\Psr\Application\ManagerInterface The manager to shutdown

run() public méthode

Handles the clean manager shutdown.
public run ( ) : void
Résultat void