|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface contproxy.entityInterface
Interface for benchmarking proxy entity.
Method Summary | |
---|---|
void |
go(contproxy.entityInterface ei)
Perform benchmark. |
void |
operation_double(double d)
Proxied blocking call with primitive double parameter. |
void |
operation_int(int i)
Proxied blocking call with primitive integer parameter. |
void |
operation_null()
Proxied blocking call with no parameters. |
void |
operation_string(java.lang.String s)
Proxied blocking call with String parameter. |
Method Detail |
---|
void go(contproxy.entityInterface ei)
ei
- entity referencevoid operation_null() throws JistAPI.Continuation
JistAPI.Continuation
- never; blocking eventvoid operation_int(int i) throws JistAPI.Continuation
i
- dummy int
JistAPI.Continuation
- never; blocking eventvoid operation_double(double d) throws JistAPI.Continuation
d
- dummy double
JistAPI.Continuation
- never; blocking eventvoid operation_string(java.lang.String s) throws JistAPI.Continuation
s
- dummy string
JistAPI.Continuation
- never; blocking event
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |