SessionBeginEvent Class
- public class SessionBeginEvent
extends TrackingEvent
Event for tracking user session start
-
Hierarchy
-
Object
AbstractConfigurableEntity
Event
TrackingEvent
SessionBeginEvent
-
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
SessionBeginEvent
public SessionBeginEvent(String
sessionId,
String
userId)
- Create a new SessionBeginEvent.
SessionBeginEvent
public SessionBeginEvent(HttpSession
session)
- Create a new SessionBeginEvent.
This ctor must be used for tracking anonymous users.