|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FailureCache
Increase and reset the number of errors associated with a specific identifier.
| Method Summary | |
|---|---|
int |
getErrorCount(String identifier)
Get the current error count. |
void |
increaseErrorCount(String identifier)
Increases the error count by one. |
void |
resetErrorCount(String identifier)
Reset the error count back to zero. |
| Method Detail |
|---|
int getErrorCount(String identifier)
identifier - the identifier for which the error count is requested
void resetErrorCount(String identifier)
identifier - the identifier for which the error count should be
resetvoid increaseErrorCount(String identifier)
identifier - the identifier for which the error count should be
increased
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||