/**
- * Sets the number of sessions that were not created because the maximum
- * number of active sessions was reached.
- *
- * @param rejectedSessions Number of rejected sessions
- */
- public void setRejectedSessions(int rejectedSessions);
-
-
- /**
* Gets the longest time (in seconds) that an expired session had been
* alive.
*
return rejectedSessions;
}
- public void setRejectedSessions(int rejectedSessions) {
- this.rejectedSessions = rejectedSessions;
- }
-
/**
* @return Returns the counterNoStateTransfered.
*/
<attribute
name="rejectedSessions"
description="Number of sessions we rejected due to maxActive beeing reached"
- type="int"/>
+ type="int"
+ writeable="false"/>
<operation
name="expireSession"
description="Expired the given session"
}
- public void setRejectedSessions(int rejectedSessions) {
- this.rejectedSessions = rejectedSessions;
- }
-
/**
* Return the descriptive short name of this Manager implementation.
*/
}
- public void setRejectedSessions(int rejectedSessions) {
- this.rejectedSessions = rejectedSessions;
- }
-
-
/**
* Set the maximum number of active Sessions allowed, or -1 for
* no limit.
<attribute name="rejectedSessions"
description="Number of sessions we rejected due to maxActive beeing reached"
- type="int" />
+ type="int"
+ writeable="false"/>
<operation name="backgroundProcess"
description="Invalidate all sessions that have expired."
<attribute name="rejectedSessions"
description="Number of sessions we rejected due to maxActive beeing reached"
- type="int" />
+ type="int"
+ writeable="false"/>
<operation name="backgroundProcess"
description="Invalidate all sessions that have expired."