PHP 클래스 AppserverIo\Appserver\Core\Listeners\StartContainersListener

상속: extends AppserverIo\Appserver\Core\Listeners\AbstractSystemListener
파일 보기 프로젝트 열기: appserver-io/appserver

공개 메소드들

메소드 설명
handle ( League\Event\EventInterface $event, integer $runlevel = ApplicationServerInterface::NETWORK ) : void Handle an event.

보호된 메소드들

메소드 설명
getDeploymentService ( ) : DeploymentService Return's the system configuration with the initialized container node instances.

메소드 상세

getDeploymentService() 보호된 메소드

Return's the system configuration with the initialized container node instances.
protected getDeploymentService ( ) : DeploymentService
리턴 AppserverIo\Appserver\Core\Api\DeploymentService The deployment service

handle() 공개 메소드

Handle an event.
또한 보기: League\Event\ListenerInterface::handle()
public handle ( League\Event\EventInterface $event, integer $runlevel = ApplicationServerInterface::NETWORK ) : void
$event League\Event\EventInterface The triggering event
$runlevel integer The actual runlevel
리턴 void