Represents the session of an end-user, in other words the span of time from them logging into the application until they are log out either explicitly or through some timeout.
API
SessionLogEntry.java
class SessionLogEntry {
public static final String LOGICAL_TYPE_NAME;
public static final String SCHEMA;
public static final String TABLE;
String title()
String cssClass()
String iconName()
String toString()
int compareTo(SessionLogEntry other)
}