Interface UpdateService

All Superinterfaces:
Remote
All Known Implementing Classes:
AbstractUpdateServiceImpl

public interface UpdateService extends Remote
RMI service to provide the update info for an application.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the info how to download and install the update.
  • Method Details

    • getUpdateInfo

      UpdateInfo getUpdateInfo(ClientInfo info) throws RemoteException
      Gets the info how to download and install the update.
      Parameters:
      info - the client application info
      Returns:
      the update info
      Throws:
      RemoteException - if download info cannot be determined