-
- All Known Implementing Classes:
Context
public interface ResourceAn interface for receiving checkpoint/restore notifications.The class that is interested in receiving a checkpoint/restore notification implements this interface, and the object created with that class is registered with a
Context, usingregistermethod.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidafterRestore(Context<? extends Resource> context)Invoked by aContextas a notification about restore.voidbeforeCheckpoint(Context<? extends Resource> context)Invoked by aContextas a notification about checkpoint.
-