org.dspace.app.statistics
Class UsageEventTabFileLogger

java.lang.Object
  extended by org.dspace.app.statistics.AbstractUsageEvent
      extended by org.dspace.app.statistics.UsageEventTabFileLogger

public class UsageEventTabFileLogger
extends AbstractUsageEvent

Serialize AbstractUsageEvent data to a file as Tab deliminated. Requires configuration: in dspace.cfg specify the path to the file as the value of usageEvent.tabFileLogger.file.

Version:
$Revision: 3705 $
Author:
Mark H. Wood, Mark Diggory

Field Summary
 
Fields inherited from class org.dspace.app.statistics.AbstractUsageEvent
eperson, eventType, objectID, objectType, sessionID, sourceAddress, VIEW
 
Constructor Summary
UsageEventTabFileLogger()
           
 
Method Summary
 void fire()
          Serialize to a file
 
Methods inherited from class org.dspace.app.statistics.AbstractUsageEvent
getEperson, getEventType, getID, getObjectType, getSessionID, getSource, setEperson, setEventType, setID, setObjectType, setSessionID, setSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UsageEventTabFileLogger

public UsageEventTabFileLogger()
Method Detail

fire

public void fire()
Serialize to a file

Specified by:
fire in class AbstractUsageEvent


Copyright © 2009 The DSpace Foundation. All Rights Reserved.