Uses of Interface
com.tangosol.net.Guardian.GuardContext
Packages that use Guardian.GuardContext
Package
Description
Contains basic cluster interfaces and factories.
Contains various generic utilities.
-
Uses of Guardian.GuardContext in com.tangosol.net
Classes in com.tangosol.net that implement Guardian.GuardContextModifier and TypeClassDescriptionprotected class
Base implementation for GuardContext's used by GuardSupport.Methods in com.tangosol.net that return Guardian.GuardContextModifier and TypeMethodDescriptionAdd the specified guardable to the set of Guardables managed by this manager, subject to the specified service parameters.Guardable.getContext()
Return the guard context monitoring this guardable, or null if this Guardable is no longer being monitored.static Guardian.GuardContext
GuardSupport.getThreadContext()
Obtain the GuardContext associated with the current thread.Register the specified Guardable based on the Guardian's SLA parameters.Register the specified Guardable with the specified SLA parameters.Methods in com.tangosol.net with parameters of type Guardian.GuardContextModifier and TypeMethodDescriptionvoid
Guardable.setContext
(Guardian.GuardContext context) Set the guard context.static void
GuardSupport.setThreadContext
(Guardian.GuardContext context) Associate the specified GuardContext with the current thread. -
Uses of Guardian.GuardContext in com.tangosol.util
Methods in com.tangosol.util that return Guardian.GuardContextModifier and TypeMethodDescriptionDaemon.getContext()
Return the guard context monitoring this guardable, or null if this Guardable is no longer being monitored.Methods in com.tangosol.util with parameters of type Guardian.GuardContextModifier and TypeMethodDescriptionvoid
Daemon.setContext
(Guardian.GuardContext context) Set the guard context.