PHP Класс AppserverIo\Appserver\PersistenceContainer\BeanManagerSettings

Автор: Tim Wagner ([email protected])
Наследование: extends AppserverIo\Appserver\Application\StandardManagerSettings, implements AppserverIo\Appserver\PersistenceContainer\BeanManagerSettingsInterface
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
__construct ( ) Initialize the default session settings.
getGarbageCollectionProbability ( ) : float Returns the probability the garbage collector will be invoked on the session.
getLifetime ( ) : integer Returns the number of seconds for a stateful session bean lifetime.
setGarbageCollectionProbability ( float $garbageCollectionProbability ) : void Sets the probability the garbage collector will be invoked on the session.
setLifetime ( integer $lifetime ) : void Sets the number of seconds for a stateful session bean lifetime.

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

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

Initialize the default session settings.
public __construct ( )

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

Returns the probability the garbage collector will be invoked on the session.
public getGarbageCollectionProbability ( ) : float
Результат float The garbage collector probability

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

Returns the number of seconds for a stateful session bean lifetime.
public getLifetime ( ) : integer
Результат integer The stateful session bean lifetime

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

Sets the probability the garbage collector will be invoked on the session.
public setGarbageCollectionProbability ( float $garbageCollectionProbability ) : void
$garbageCollectionProbability float The garbage collector probability
Результат void

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

Sets the number of seconds for a stateful session bean lifetime.
public setLifetime ( integer $lifetime ) : void
$lifetime integer The stateful session bean lifetime
Результат void