AppserverIo\Appserver\Core\AbstractContainerThread::getDeployment PHP Method

getDeployment() public method

Returns the deployment interface for the container for this container thread.
public getDeployment ( ) : AppserverIo\Psr\Deployment\DeploymentInterface
return AppserverIo\Psr\Deployment\DeploymentInterface The deployment instance for this container thread
    public function getDeployment()
    {
        return $this->newInstance($this->getContainerNode()->getDeployment()->getType());
    }