|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
An interface for observing method calls. More precisely, a controller implementing this interface returns the number and the rate of method calls that have been made on the server interfaces of a component (control interfaces excluded).
| Method Summary | |
|---|---|
int |
getNumberOfMethodCall()
Gets the number of method calls. |
int |
getNumberOfMethodSuccess()
Gets the number of method calls that have "succeded". |
double |
getRateOfMethodCall()
Gets the rate of method calls. |
double |
getRateOfMethodSuccess()
Gets the rate of method calls that have "succeded". |
void |
reset()
Resets (to zero) the values returned by this controller. |
| Method Detail |
public int getNumberOfMethodCall()
public int getNumberOfMethodSuccess()
public double getRateOfMethodCall()
public double getRateOfMethodSuccess()
public void reset()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||