Uses of Interface
com.tangosol.net.Guardian.GuardContext
-
Packages that use Guardian.GuardContext Package Description com.tangosol.net Contains basic cluster interfaces and factories.com.tangosol.util Contains various generic utilities. -
-
Uses of Guardian.GuardContext in com.tangosol.net
Classes in com.tangosol.net that implement Guardian.GuardContext Modifier and Type Class Description protected class
GuardSupport.Context
Base implementation for GuardContext's used by GuardSupport.Methods in com.tangosol.net that return Guardian.GuardContext Modifier and Type Method Description Guardian.GuardContext
GuardSupport. add(Guardable guardable, long cMillis, float flPctRecover)
Add the specified guardable to the set of Guardables managed by this manager, subject to the specified service parameters.Guardian.GuardContext
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.Guardian.GuardContext
Guardian. guard(Guardable guardable)
Register the specified Guardable based on the Guardian's SLA parameters.Guardian.GuardContext
Guardian. guard(Guardable guardable, long cMillis, float flPctRecover)
Register the specified Guardable with the specified SLA parameters.Methods in com.tangosol.net with parameters of type Guardian.GuardContext Modifier and Type Method Description void
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.GuardContext Modifier and Type Method Description Guardian.GuardContext
Daemon. 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.GuardContext Modifier and Type Method Description void
Daemon. setContext(Guardian.GuardContext context)
Set the guard context.
-