Uses of Interface
com.tangosol.net.Guardian.GuardContext
Package
Description
Contains basic cluster interfaces and factories.
Contains various generic utilities.
-
Uses of Guardian.GuardContext in com.tangosol.net
Modifier and TypeClassDescriptionprotected class
Base implementation for GuardContext's used by GuardSupport.Modifier 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.Modifier 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
Modifier and TypeMethodDescriptionDaemon.getContext()
Return the guard context monitoring this guardable, or null if this Guardable is no longer being monitored.Modifier and TypeMethodDescriptionvoid
Daemon.setContext
(Guardian.GuardContext context) Set the guard context.