public class EzySimpleSessionStats extends Object implements EzySessionStats, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected int |
currentSessions |
protected int |
maxSessions |
protected int |
totalSessions |
| Constructor and Description |
|---|
EzySimpleSessionStats() |
| Modifier and Type | Method and Description |
|---|---|
void |
addSessions(int sessions) |
void |
setCurrentSessions(int sessions) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCurrentSessions, getMaxSessions, getTotalSessionsprotected int maxSessions
protected int totalSessions
protected int currentSessions
public void addSessions(int sessions)
addSessions in interface EzySessionStatspublic void setCurrentSessions(int sessions)
setCurrentSessions in interface EzySessionStatsCopyright © 2021 Young Monkeys. All rights reserved.