info.aduna.gee.publication.servlets.cache
Class SubscriptionCountersCache

java.lang.Object
  extended by info.aduna.gee.publication.servlets.cache.SubscriptionCountersCache

public class SubscriptionCountersCache
extends Object

SubscriptionCounters File Cache


Field Summary
protected static HashMap _subsCountersPerHost
           
 
Constructor Summary
SubscriptionCountersCache()
           
 
Method Summary
static void ensureLoaded(String host)
           
static SubscriptionCounter get(String host, String userName)
           
static void refresh(String host)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_subsCountersPerHost

protected static HashMap _subsCountersPerHost
Constructor Detail

SubscriptionCountersCache

public SubscriptionCountersCache()
Method Detail

refresh

public static void refresh(String host)

ensureLoaded

public static void ensureLoaded(String host)

get

public static SubscriptionCounter get(String host,
                                      String userName)


Copyright © 1997-2008 Aduna. All Rights Reserved.