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 TypeClassDescriptionclass
AResource
that allows otherResource
s to be registered with it.Classes in javax.crac that implement ResourceModifier and TypeClassDescriptionclass
AResource
that allows otherResource
s to be registered with it.Methods in javax.crac that return types with arguments of type ResourceModifier and TypeMethodDescriptionCore.getGlobalContext()
Gets the globalContext
for checkpoint/restore notifications.Method parameters in javax.crac with type arguments of type ResourceModifier and TypeMethodDescriptionabstract void
Context.afterRestore
(Context<? extends Resource> context) void
Resource.afterRestore
(Context<? extends Resource> context) Invoked by aContext
as a notification about restore.abstract void
Context.beforeCheckpoint
(Context<? extends Resource> context) void
Resource.beforeCheckpoint
(Context<? extends Resource> context) Invoked by aContext
as a notification about checkpoint.