PHP Interface AppserverIo\Appserver\PersistenceContainer\BeanManagerSettingsInterface

Inheritance: extends AppserverIo\Appserver\Application\Interfaces\ManagerSettingsInterface
Afficher le fichier Open project: appserver-io/appserver

Méthodes publiques

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

Method Details

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