PHP Interface AppserverIo\Appserver\PersistenceContainer\BeanManagerSettingsInterface

Inheritance: extends AppserverIo\Appserver\Application\Interfaces\ManagerSettingsInterface
Show file Open project: appserver-io/appserver

Public Methods

Method 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 method

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

getLifetime() public method

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