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

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

public class DefaultSbsCache
extends Object

Default Subscription File Cache


Field Summary
protected static HashMap _ssisPerHost
           
protected static HashMap _ssisTimePerHost
           
protected static String PATH
           
 
Constructor Summary
DefaultSbsCache()
           
 
Method Summary
protected static Vector _fillCache(String host)
           
static Vector ensureSbsLoaded(String host)
           
static Vector get(String host)
           
static Vector getAdmin(String host)
           
static long lastModified(String host)
           
static void putAdmin(String host, Vector sbsAdminInfos)
           
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

PATH

protected static String PATH

_ssisPerHost

protected static HashMap _ssisPerHost

_ssisTimePerHost

protected static HashMap _ssisTimePerHost
Constructor Detail

DefaultSbsCache

public DefaultSbsCache()
Method Detail

refresh

public static void refresh(String host)

ensureSbsLoaded

public static Vector ensureSbsLoaded(String host)

get

public static Vector get(String host)

getAdmin

public static Vector getAdmin(String host)

putAdmin

public static void putAdmin(String host,
                            Vector sbsAdminInfos)

_fillCache

protected static Vector _fillCache(String host)
                            throws FileNotFoundException,
                                   IOException
Throws:
FileNotFoundException
IOException

lastModified

public static long lastModified(String host)


Copyright © 1997-2008 Aduna. All Rights Reserved.