PHP Class AppserverIo\Appserver\Core\Listeners\StartContainersListener

Inheritance: extends AppserverIo\Appserver\Core\Listeners\AbstractSystemListener
Afficher le fichier Open project: appserver-io/appserver

Méthodes publiques

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

Méthodes protégées

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

Method Details

getDeploymentService() protected méthode

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

handle() public méthode

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
Résultat void