AppserverIo\Appserver\Core\Api\Node\ContainerNode::getThreadType PHP Méthode

getThreadType() public méthode

Returns the thread class name that start's the containere.
public getThreadType ( ) : string
Résultat string The thread class name that start's the container
    public function getThreadType()
    {
        return $this->threadType;
    }