PHP Class AppserverIo\Appserver\Core\Listeners\StartContainersListener

Inheritance: extends AppserverIo\Appserver\Core\Listeners\AbstractSystemListener
Show file Open project: appserver-io/appserver

Public Methods

Method Description
handle ( League\Event\EventInterface $event, integer $runlevel = ApplicationServerInterface::NETWORK ) : void Handle an event.

Protected Methods

Method Description
getDeploymentService ( ) : DeploymentService Return's the system configuration with the initialized container node instances.

Method Details

getDeploymentService() protected method

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

handle() public method

Handle an event.
See also: 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
return void