|
TrueUpdate Manager Specification 0.2 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface UpdateManager
An update manager cooperates with update agents to automatically install updates to an application. All communication between the update agent and the update manager is asynchronous.
Implementations must be thread-safe.
Applications have no need to implement this class and should not do so because it may be subject to future expansion.
| Method Summary | |
|---|---|
void |
checkForUpdates()
Checks for updates and notifies the subscribed agents. |
void |
close()
Stops this update manager. |
| Method Detail |
|---|
void checkForUpdates()
throws Exception
Exception
void close()
throws Exception
Exception
|
TrueUpdate Manager Specification 0.2 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||