|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Procedure<T>
Procedure is similar to Runnable with the addition that it returns a value of type T. Any Procedure which will transit the network must implement Serializable. The return type of said Procedure must implement Serializable as well.
Method Summary | |
---|---|
T |
run()
Run the procedure and return its result. |
Method Detail |
---|
T run()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |