SessionLoginEvent Class
- public class SessionLoginEvent
extends TrackingEvent
Event for tracking user login
-
Hierarchy
-
Object
AbstractConfigurableEntity
Event
TrackingEvent
SessionLoginEvent
-
All Implemented Interfaces
-
ConfigurableEntity
, EventConstants
, Serializable
Methods from com.bea.p13n.property.AbstractConfigurableEntity |
createMapKey , getCachedProperty , getExplicitProperty , getExplicitSetter , getImplicitProperty , getJndiName , getPkString , getProperty , getPropertyAsString , getPropertyCache , getPropertyNoDefault , getUniqueId , hasExplicitGetter , hasExplicitSetter , removeExplicitProperty , removeProperty , setExplicitProperty , setProperty , upcaseFirst
|
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TYPE
public static final String
TYPE
- Event Type
SessionLoginEvent
public SessionLoginEvent(String
theSessionId,
String
theUserId,
HttpServletRequest
theRequest)
- Create a new SessionLoginEvent.
SessionLoginEvent
public SessionLoginEvent(HttpSession
session,
HttpServletRequest
theRequest)
- Create a new SessionLoginEvent.
This ctor must be used for tracking anonymous users.