|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcorelib.services.web.statistics.StatisticListener
public class StatisticListener
A web application listener that record new session in the Ellipse Statistics Service.
| Constructor Summary | |
|---|---|
StatisticListener()
|
|
| Method Summary | |
|---|---|
void |
applicationEnded(WebApplicationEvent event)
This method is invoked when the web application finishes. |
void |
applicationStarted(WebApplicationEvent event)
This method is invoked when the web application starts. |
void |
requestStarted(WebApplicationEvent event)
This method is invoked when a new HTTP request starts. |
void |
requestTerminated(WebApplicationEvent event)
This method is invoked when a new HTTP request ends. |
void |
sessionCreated(WebApplicationEvent event)
This method is invoked when a new HTTP session is created. |
void |
sessionDestroyed(WebApplicationEvent event)
This method is invoked when a new HTTP session is destroyed. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StatisticListener()
| Method Detail |
|---|
public void applicationStarted(WebApplicationEvent event)
WebApplicationListener
applicationStarted in interface WebApplicationListenerevent - Stores data associated tho this event.public void applicationEnded(WebApplicationEvent event)
WebApplicationListener
applicationEnded in interface WebApplicationListenerevent - Stores data associated tho this event.public void requestStarted(WebApplicationEvent event)
WebApplicationListener
requestStarted in interface WebApplicationListenerevent - Stores data associated tho this event.public void requestTerminated(WebApplicationEvent event)
WebApplicationListener
requestTerminated in interface WebApplicationListenerevent - Stores data associated tho this event.public void sessionCreated(WebApplicationEvent event)
WebApplicationListener
sessionCreated in interface WebApplicationListenerevent - Stores data associated tho this event.public void sessionDestroyed(WebApplicationEvent event)
WebApplicationListener
sessionDestroyed in interface WebApplicationListenerevent - Stores data associated tho this event.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||