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