views:

22

answers:

0

I use gridgain to distribute junit tests to various nodes. http://www.gridgainsystems.com/wiki/display/GG15UG/JUnit4+-+Distributed+JUnit

I want to handover some variables by the gridgain router (DirectedGridGainTestRouter).

I tried to set static values within the DirectedGridGainTestRouter but the nodes seems not to share initalized static classes. System properties are also not shared in any way.

Is there any way to access data from other nodes within a gridgain node?