public class Core extends Object
| Constructor and Description |
|---|
Core() |
| Modifier and Type | Method and Description |
|---|---|
static void |
checkpointRestore()
Requests checkpoint and returns upon a successful restore.
|
static Context<Resource> |
getGlobalContext()
Gets the global
Context for checkpoint/restore notifications. |
public static Context<Resource> getGlobalContext()
Context for checkpoint/restore notifications.Contextpublic static void checkpointRestore()
throws CheckpointException,
RestoreException
CheckpointException - if an exception occurred during checkpoint
notification and the execution continues in the original Java instance.RestoreException - if an exception occurred during restore
notification and execution continues in a new Java instance.UnsupportedOperationException - if checkpoint/restore is not
supported, no notification performed and the execution continues in
the original Java instance.Copyright © 2022. All rights reserved.