Uses of Class
com.redhat.jigawatts.Hook
-
-
Uses of Hook in com.redhat.jigawatts
Fields in com.redhat.jigawatts with type parameters of type Hook Modifier and Type Field Description private static java.util.List<Hook>
Jigawatts. checkpointHooks
private static java.util.List<Hook>
Jigawatts. restoreHooks
Methods in com.redhat.jigawatts that return types with arguments of type Hook Modifier and Type Method Description (package private) static java.util.List<Hook>
Jigawatts. getCheckpointHooks()
(package private) static java.util.List<Hook>
Jigawatts. getRestoreHooks()
Methods in com.redhat.jigawatts with parameters of type Hook Modifier and Type Method Description static void
Jigawatts. registerCheckpointHook(Hook h)
static void
Jigawatts. registerRestoreHook(Hook h)
-