AppserverIo\Appserver\Core\Listeners\StartContainersListener::getDeploymentService PHP Method

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