public class HttpSessionMetricAdapter extends Object implements HttpSessionMetricMBean
| Modifier and Type | Field and Description | 
|---|---|
protected long | 
createdSessionCount  | 
protected long | 
destroyedSessionCount  | 
| Constructor and Description | 
|---|
HttpSessionMetricAdapter()  | 
| Modifier and Type | Method and Description | 
|---|---|
long | 
getActiveSessionCount()  | 
long | 
getCreatedSessionCount()  | 
long | 
getDestroyedSessionCount()  | 
protected long createdSessionCount
protected long destroyedSessionCount
public HttpSessionMetricAdapter()
public long getActiveSessionCount()
getActiveSessionCount in interface HttpSessionMetricMBeanpublic long getDestroyedSessionCount()
getDestroyedSessionCount in interface HttpSessionMetricMBeanpublic long getCreatedSessionCount()
getCreatedSessionCount in interface HttpSessionMetricMBeanCopyright © 2019 Nuxeo. All rights reserved.