org.infoglue.cms.controllers.kernel.impl.simple
Class UpdateListHandler
java.lang.Object
org.infoglue.cms.controllers.kernel.impl.simple.UpdateListHandler
public class UpdateListHandler
- extends java.lang.Object
This class holds the list of available updates. To expire this
list and force a refresh from the server, set availableUpdates to null
setAvalilableUpdates(null);
To allways get a list from the server at first call, initialize availableUpdates
with null, otherwise to start with an empty list initialize with new Vector();
- Author:
- Stefan Sik
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UpdateListHandler
public UpdateListHandler()
getAvailableUpdates
public static java.util.Vector getAvailableUpdates()
- Returns:
getInstalledUpdates
public static java.util.Vector getInstalledUpdates()
- Returns:
setAvailableUpdates
public static void setAvailableUpdates(java.util.Vector vector)
- Parameters:
vector -
setInstalledUpdates
public static void setInstalledUpdates(java.util.Vector vector)
- Parameters:
vector -
getLatestRefresh
public static java.util.Date getLatestRefresh()
- Returns:
setLatestRefresh
public static void setLatestRefresh(java.util.Date date)
- Parameters:
date -
Copyright © 2005 InfoGlue.org All Rights Reserved.