org.nuiton.wikitty.services
Class WikittyServiceAccessStat.AccessStatStorageLog

java.lang.Object
  extended by org.nuiton.wikitty.services.WikittyServiceAccessStat.AccessStatStorageLog
All Implemented Interfaces:
WikittyServiceAccessStat.AccessStatStorage
Enclosing class:
WikittyServiceAccessStat

public static class WikittyServiceAccessStat.AccessStatStorageLog
extends Object
implements WikittyServiceAccessStat.AccessStatStorage

store access via common-logging, you must configure it to store "AccessStat" logger correctly for info level


Constructor Summary
WikittyServiceAccessStat.AccessStatStorageLog()
           
 
Method Summary
 void store(WikittyServiceAccessStat ws, String securityToken, Collection<Wikitty> stats)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WikittyServiceAccessStat.AccessStatStorageLog

public WikittyServiceAccessStat.AccessStatStorageLog()
Method Detail

store

public void store(WikittyServiceAccessStat ws,
                  String securityToken,
                  Collection<Wikitty> stats)
Specified by:
store in interface WikittyServiceAccessStat.AccessStatStorage
Parameters:
ws - service that ask stockage


Copyright © 2009-2012 CodeLutin. All Rights Reserved.