AppserverIo\Appserver\Core\Api\Node\ContainerNode::getThreadType PHP 메소드

getThreadType() 공개 메소드

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