PHP 클래스 AppserverIo\Appserver\Application\ManagerShutdownThread

상속: extends Thread
파일 보기 프로젝트 열기: appserver-io/appserver

공개 메소드들

메소드 설명
__construct ( AppserverIo\Psr\Application\ManagerInterface $manager ) Initializes the thread with the manager to shutdown.
run ( ) : void Handles the clean manager shutdown.

메소드 상세

__construct() 공개 메소드

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() 공개 메소드

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