PHP Class AppserverIo\Appserver\PersistenceContainer\BeanManagerSettings

Inheritance: extends AppserverIo\Appserver\Application\StandardManagerSettings, implements AppserverIo\Appserver\PersistenceContainer\BeanManagerSettingsInterface
Afficher le fichier Open project: appserver-io/appserver Class Usage Examples

Méthodes publiques

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

Method Details

__construct() public méthode

Initialize the default session settings.
public __construct ( )

getGarbageCollectionProbability() public méthode

Returns the probability the garbage collector will be invoked on the session.
public getGarbageCollectionProbability ( ) : float
Résultat float The garbage collector probability

getLifetime() public méthode

Returns the number of seconds for a stateful session bean lifetime.
public getLifetime ( ) : integer
Résultat integer The stateful session bean lifetime

setGarbageCollectionProbability() public méthode

Sets the probability the garbage collector will be invoked on the session.
public setGarbageCollectionProbability ( float $garbageCollectionProbability ) : void
$garbageCollectionProbability float The garbage collector probability
Résultat void

setLifetime() public méthode

Sets the number of seconds for a stateful session bean lifetime.
public setLifetime ( integer $lifetime ) : void
$lifetime integer The stateful session bean lifetime
Résultat void