AppserverIo\Appserver\Core\Api\Node\ContainerNode::getThreadType PHP Method

getThreadType() public method

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