Uses of Interface
javax.crac.Resource
Packages that use Resource
-
Uses of Resource in javax.crac
Classes in javax.crac with type parameters of type ResourceModifier and TypeClassDescriptionclassAResourcethat allows otherResources to be registered with it.Classes in javax.crac that implement ResourceModifier and TypeClassDescriptionclassAResourcethat allows otherResources to be registered with it.Methods in javax.crac that return types with arguments of type ResourceModifier and TypeMethodDescriptionCore.getGlobalContext()Gets the globalContextfor checkpoint/restore notifications.Method parameters in javax.crac with type arguments of type ResourceModifier and TypeMethodDescriptionabstract voidContext.afterRestore(Context<? extends Resource> context) voidResource.afterRestore(Context<? extends Resource> context) Invoked by aContextas a notification about restore.abstract voidContext.beforeCheckpoint(Context<? extends Resource> context) voidResource.beforeCheckpoint(Context<? extends Resource> context) Invoked by aContextas a notification about checkpoint.