public class SessionCountProducer extends AbstractBuiltInProducer<SessionCountStats> implements javax.servlet.http.HttpSessionListener, IStatsProducer<SessionCountStats>
SUBSYSTEM_BUILTIN| Constructor and Description |
|---|
SessionCountProducer()
Creates a new SessionCountProducer.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCategory() |
String |
getProducerId() |
List<SessionCountStats> |
getStats() |
String |
getSubsystem() |
void |
sessionCreated(javax.servlet.http.HttpSessionEvent event) |
void |
sessionDestroyed(javax.servlet.http.HttpSessionEvent event) |
String |
toString() |
public SessionCountProducer()
public void sessionCreated(javax.servlet.http.HttpSessionEvent event)
sessionCreated in interface javax.servlet.http.HttpSessionListenerpublic void sessionDestroyed(javax.servlet.http.HttpSessionEvent event)
sessionDestroyed in interface javax.servlet.http.HttpSessionListenerpublic String getCategory()
getCategory in interface IStatsProducer<SessionCountStats>public String getProducerId()
getProducerId in interface IStatsProducer<SessionCountStats>public List<SessionCountStats> getStats()
getStats in interface IStatsProducer<SessionCountStats>public String getSubsystem()
getSubsystem in interface IStatsProducer<SessionCountStats>getSubsystem in class AbstractBuiltInProducer<SessionCountStats>public String toString()
toString in class AbstractBuiltInProducer<SessionCountStats>Copyright © 2010-2016 anotheria.net. All Rights Reserved.