public interface InstanceHandler
| Modifier and Type | Method and Description |
|---|---|
java.util.Date |
getLastUpdate()
Returns the last time a license was updated
|
void |
offlineUpdate(SerializableInputStream in)
Perform the offline license update
|
void |
onlineUpdate()
Perform the online license update
|
boolean |
onlineUpdateIfNeeded()
Perform the online license update if the current license doesn't allow offline updates and if the last update was
less than a week ago
|
java.util.Date getLastUpdate()
void offlineUpdate(SerializableInputStream in)
void onlineUpdate()
throws InstanceServerOfflineException
InstanceServerOfflineExceptionboolean onlineUpdateIfNeeded()
throws InstanceServerOfflineException
InstanceServerOfflineException