org.apache.jetspeed.statistics.impl
Class UserLogRecord

java.lang.Object
  extended by org.apache.jetspeed.statistics.impl.LogRecord
      extended by org.apache.jetspeed.statistics.impl.UserLogRecord

public class UserLogRecord
extends LogRecord

UserLogRecord

Extends the abstract class LogRecord to holds the fields of a User Logout log entry.

Version:
$Id: LogRecord.java 188420 2005-03-23 22:25:50Z rdk $
Author:
Richard D. Klein

Field Summary
 
Fields inherited from class org.apache.jetspeed.statistics.impl.LogRecord
ipAddress, logType, msElapsedTime, status, timeStamp, TYPE_PAGE, TYPE_PORTLET, TYPE_USER, userName
 
Constructor Summary
UserLogRecord()
           
 
Method Summary
 
Methods inherited from class org.apache.jetspeed.statistics.impl.LogRecord
getIpAddress, getLogType, getMsElapsedTime, getStatus, getTimeStamp, getUserName, setIpAddress, setLogType, setMsElapsedTime, setStatus, setTimeStamp, setUserName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserLogRecord

public UserLogRecord()


Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.