PHP 인터페이스 AppserverIo\Appserver\Core\Api\Node\ContainerNodeInterface

저자: Tim Wagner ([email protected])
저자: Johann Zelger ([email protected])
상속: extends AppserverIo\Configuration\Interfaces\NodeInterface
파일 보기 프로젝트 열기: appserver-io/appserver 0 사용 예제들

공개 메소드들

메소드 설명
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