Java org.apache.wicket.protocol.http IRequestLogger fields, constructors, methods, implement or subclass

Example usage for Java org.apache.wicket.protocol.http IRequestLogger fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.wicket.protocol.http IRequestLogger.

The text is from its open source code.

Method

SessionData[]getLiveSessions()
intgetPeakSessions()
voidobjectCreated(Object value)
Called to monitor additions of objects in the ISessionStore
voidobjectRemoved(Object value)
Called to monitor removals of objects out of the ISessionStore
voidobjectUpdated(Object value)
Called to monitor updates of objects in the ISessionStore
voidsessionCreated(String id)
called when the session is created and has an id.