AppserverIo\Appserver\PersistenceContainer\BeanManagerSettings::setLifetime PHP Method

setLifetime() public method

Sets the number of seconds for a stateful session bean lifetime.
public setLifetime ( integer $lifetime ) : void
$lifetime integer The stateful session bean lifetime
return void
    public function setLifetime($lifetime)
    {
        $this->lifetime = $lifetime;
    }