PHP Class AppserverIo\Appserver\Application\ManagerShutdownThread

Inheritance: extends Thread
Show file Open project: appserver-io/appserver

Public Methods

Method 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 method

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 method

Handles the clean manager shutdown.
public run ( ) : void
return void