PHP Интерфейс AppserverIo\Appserver\Core\Api\Node\ContainerNodeInterface

Автор: Tim Wagner ([email protected])
Автор: Johann Zelger ([email protected])
Наследование: extends AppserverIo\Configuration\Interfaces\NodeInterface
Показать файл Открыть проект Примеры использования интерфейса

Открытые методы

Метод Описание
getClassLoaders ( ) : array Returns the contexts class loader configuration.
getDeployment ( ) : DeploymentNode Returns the deployment configuration information.
getDescription ( ) : DescriptionNode Returns the receiver description.
getHost ( ) : HostNode Returns the host configuration information.
getName ( ) : string Returns the unique container name.
getProvisioning ( ) : boolean Returns TRUE if application provisioning for the container is enabled, else FALSE.
getServers ( ) : array Return's all server nodes.
getThreadType ( ) : string Returns the thread class name that start's the containere.
getType ( ) : string Returns the container's class name.
getUpstreams ( ) : array Return's all upstream nodes.
setClassLoaders ( array $classLoaders ) : void Sets the contexts class loader configuration.

Описание методов

getClassLoaders() публичный метод

Returns the contexts class loader configuration.
public getClassLoaders ( ) : array
Результат array The contexts class loader configuration

getDeployment() публичный метод

Returns the deployment configuration information.
public getDeployment ( ) : DeploymentNode
Результат DeploymentNode The deployment configuration information

getDescription() публичный метод

Returns the receiver description.
public getDescription ( ) : DescriptionNode
Результат DescriptionNode The receiver description

getHost() публичный метод

Returns the host configuration information.
public getHost ( ) : HostNode
Результат HostNode The host configuration information

getName() публичный метод

Returns the unique container name.
public getName ( ) : string
Результат string The unique container name

getProvisioning() публичный метод

Returns TRUE if application provisioning for the container is enabled, else FALSE.
public getProvisioning ( ) : boolean
Результат boolean TRUE if application provisioning is enabled, else FALSE

getServers() публичный метод

Return's all server nodes.
public getServers ( ) : array
Результат array

getThreadType() публичный метод

Returns the thread class name that start's the containere.
public getThreadType ( ) : string
Результат string The thread class name that start's the container

getType() публичный метод

Returns the container's class name.
public getType ( ) : string
Результат string The container's class name

getUpstreams() публичный метод

Return's all upstream nodes.
public getUpstreams ( ) : array
Результат array

setClassLoaders() публичный метод

Sets the contexts class loader configuration.
public setClassLoaders ( array $classLoaders ) : void
$classLoaders array The contexts class loader configuration
Результат void