| Modifier and Type | Class and Description |
|---|---|
class |
Context<R extends Resource>
A
Resource that allows other Resources to be registered with it. |
| Modifier and Type | Class and Description |
|---|---|
class |
Context<R extends Resource>
A
Resource that allows other Resources to be registered with it. |
| Modifier and Type | Method and Description |
|---|---|
static Context<Resource> |
Core.getGlobalContext()
Gets the global
Context for checkpoint/restore notifications. |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
Context.afterRestore(Context<? extends Resource> context) |
void |
Resource.afterRestore(Context<? extends Resource> context)
Invoked by a
Context as a notification about restore. |
abstract void |
Context.beforeCheckpoint(Context<? extends Resource> context) |
void |
Resource.beforeCheckpoint(Context<? extends Resource> context)
Invoked by a
Context as a notification about checkpoint. |
Copyright © 2022. All rights reserved.