-
- All Superinterfaces:
java.rmi.Remote
- All Known Implementing Classes:
AbstractUpdateServiceImpl
public interface UpdateService extends java.rmi.RemoteRMI service to provide the update info for an application.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateInfogetInfo(ClientInfo info)Gets the info how to download and install the update.
-
-
-
Method Detail
-
getInfo
UpdateInfo getInfo(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
-
-