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 HttpSessionMetricMBean
public long getDestroyedSessionCount()
getDestroyedSessionCount
in interface HttpSessionMetricMBean
public long getCreatedSessionCount()
getCreatedSessionCount
in interface HttpSessionMetricMBean
Copyright © 2016 Nuxeo SA. All rights reserved.