|
Oracle® Coherence Java API Reference Release 3.6.0.0 E15725-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface Guardian
A Guardian is responsible for monitoring the registered Guardable objects.
| Nested Class Summary | |
|---|---|
static interface |
Guardian.GuardContextA GuardContext represents the lifecycle status of a Guardable. |
| Method Summary | |
|---|---|
Guardian.GuardContext |
guard(Guardable guardable)Register the specified Guardable based on the Guardian's SLA parameters. |
Guardian.GuardContext |
guard(Guardable guardable, long cMillis, float flPctRecover)Register the specified Guardable with the specified SLA parameters. |
| Method Detail |
|---|
Guardian.GuardContext guard(Guardable guardable)
guardable - the Guardable to be monitored by this Guardian
Guardian.GuardContext guard(Guardable guardable,
long cMillis,
float flPctRecover)
guardable - the Guardable to be guarded by this GuardiancMillis - the timeout for the specified GuardableflPctRecover - the percentage of the timeout after which to attempt recovery of the Guardable; 0 < flPctRecover <eq; 1.0
|
Oracle® Coherence Java API Reference Release 3.6.0.0 E15725-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||