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. checkpointHooksprivate static java.util.List<Hook>Jigawatts. restoreHooksMethods 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 voidJigawatts. registerCheckpointHook(Hook h)static voidJigawatts. registerRestoreHook(Hook h)
-