Uses of Class
com.tangosol.net.GuardSupport.Context
-
Packages that use GuardSupport.Context Package Description com.tangosol.net Contains basic cluster interfaces and factories. -
-
Uses of GuardSupport.Context in com.tangosol.net
Fields in com.tangosol.net declared as GuardSupport.Context Modifier and Type Field Description protected GuardSupport.Context[]
GuardSupport. m_aGuardContext
Array of GuardContexts for the registered Guardables.Methods in com.tangosol.net that return GuardSupport.Context Modifier and Type Method Description protected GuardSupport.Context[]
GuardSupport. getGuardContexts()
Return the array of GuardContext objects for the Guardables managed by this GuardSupport.protected GuardSupport.Context
GuardSupport. instantiateContext(Guardable guardable, long cMillis, float flPctRecover)
Methods in com.tangosol.net with parameters of type GuardSupport.Context Modifier and Type Method Description protected void
GuardSupport. setGuardContexts(GuardSupport.Context[] aGuardContext)
Set the array of GuardContext objects for the Guardables that are managed by this GuardSupport.
-