esmska.update
Class UpdateInstaller

java.lang.Object
  extended by esmska.update.UpdateInstaller

public class UpdateInstaller
extends java.lang.Object

Class for managing new gateway updates installation.


Method Summary
static UpdateInstaller getInstance()
           
 void installNewGateways()
          Install all available gateway updates.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static UpdateInstaller getInstance()

installNewGateways

public void installNewGateways()
Install all available gateway updates. This will ask UpdateChecker instance for the list of gateway updates. The update information must already be retrieved by it. The gateways will be downloaded and installed in a new thread.