PHP 클래스 AppserverIo\Appserver\PersistenceContainer\BeanManagerSettings

상속: extends AppserverIo\Appserver\Application\StandardManagerSettings, implements AppserverIo\Appserver\PersistenceContainer\BeanManagerSettingsInterface
파일 보기 프로젝트 열기: appserver-io/appserver 1 사용 예제들

공개 메소드들

메소드 설명
__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.

메소드 상세

__construct() 공개 메소드

Initialize the default session settings.
public __construct ( )

getGarbageCollectionProbability() 공개 메소드

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

getLifetime() 공개 메소드

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

setGarbageCollectionProbability() 공개 메소드

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

setLifetime() 공개 메소드

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