Interface UpdateService

  • All Superinterfaces:
    java.rmi.Remote
    All Known Implementing Classes:
    AbstractUpdateServiceImpl

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

      • getUpdateInfo

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