AppserverIo\Appserver\Core\Api\Node\UpstreamServerNode::getName PHP Method

getName() public method

Returns the server name.
public getName ( ) : mixed
return mixed
    public function getName()
    {
        return $this->name;
    }
UpstreamServerNode