PHP Interface AppserverIo\Appserver\Core\Api\Node\ContainerNodeInterface

Author: Tim Wagner ([email protected])
Author: Johann Zelger ([email protected])
Inheritance: extends AppserverIo\Configuration\Interfaces\NodeInterface
Afficher le fichier Open project: appserver-io/appserver Interface Usage Examples

Méthodes publiques

Méthode Description
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.

Method Details

getClassLoaders() public méthode

Returns the contexts class loader configuration.
public getClassLoaders ( ) : array
Résultat array The contexts class loader configuration

getDeployment() public méthode

Returns the deployment configuration information.
public getDeployment ( ) : DeploymentNode
Résultat DeploymentNode The deployment configuration information

getDescription() public méthode

Returns the receiver description.
public getDescription ( ) : DescriptionNode
Résultat DescriptionNode The receiver description

getHost() public méthode

Returns the host configuration information.
public getHost ( ) : HostNode
Résultat HostNode The host configuration information

getName() public méthode

Returns the unique container name.
public getName ( ) : string
Résultat string The unique container name

getProvisioning() public méthode

Returns TRUE if application provisioning for the container is enabled, else FALSE.
public getProvisioning ( ) : boolean
Résultat boolean TRUE if application provisioning is enabled, else FALSE

getServers() public méthode

Return's all server nodes.
public getServers ( ) : array
Résultat array

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

getType() public méthode

Returns the container's class name.
public getType ( ) : string
Résultat string The container's class name

getUpstreams() public méthode

Return's all upstream nodes.
public getUpstreams ( ) : array
Résultat array

setClassLoaders() public méthode

Sets the contexts class loader configuration.
public setClassLoaders ( array $classLoaders ) : void
$classLoaders array The contexts class loader configuration
Résultat void