public class PassivationConfig extends IdMetaDataImpl
Constructor and Description |
---|
PassivationConfig() |
Modifier and Type | Method and Description |
---|---|
Integer |
getPassivationMaxIdleTime()
Gets the max time (seconds) the session must be idle after which it's
eligible for passivation whether or not maxActiveSessions has been
reached.
|
Integer |
getPassivationMinIdleTime()
Gets the min time (seconds) a session must be idle before it's eligible
for passivation.
|
Boolean |
getUseSessionPassivation()
Gets whether passivation is enabled for this webapp.
|
void |
setPassivationMaxIdleTime(Integer passivationMaxIdleTime)
Sets the max time (seconds) the session must be idle after which it's
eligible for passivation whether or not maxActiveSessions has been
reached.
|
void |
setPassivationMinIdleTime(Integer passivationMinIdleTime)
Sets the min time (seconds) a session must be idle before it's eligible
for passivation.
|
void |
setUseSessionPassivation(Boolean useSessionPassivation)
Sets whether passivation is enabled for this webapp.
|
public Integer getPassivationMaxIdleTime()
public void setPassivationMaxIdleTime(Integer passivationMaxIdleTime)
public Integer getPassivationMinIdleTime()
public void setPassivationMinIdleTime(Integer passivationMinIdleTime)
public Boolean getUseSessionPassivation()
public void setUseSessionPassivation(Boolean useSessionPassivation)
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.