AppserverIo\Appserver\Core\Listeners\StartContainersListener::getDeploymentService PHP Méthode

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
    protected function getDeploymentService()
    {
        return $this->getApplicationServer()->newService('AppserverIo\\Appserver\\Core\\Api\\DeploymentService');
    }
StartContainersListener