|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface proxy.entityInterface
Benchmark entity proxy interface.
| Method Summary | |
|---|---|
void |
finish()
End benchmark. |
void |
operation_double(double d)
Proxied event with primitive double parameter. |
void |
operation_int(int i)
Proxied event with primitive integer parameter. |
void |
operation_null()
Proxied event with no parameters. |
void |
operation_string(java.lang.String s)
Proxied event with String parameter. |
void |
start()
Begin benchmark. |
| Method Detail |
|---|
void start()
void finish()
void operation_null()
void operation_int(int i)
i - dummy intvoid operation_double(double d)
d - dummy doublevoid operation_string(java.lang.String s)
s - dummy string
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||