public interface GridRunnable extends Runnable, Serializable
Runnable implementations. It adds Serializable interface
to Runnable object. Use this class for executing distributed computations on the grid,
like in GridCompute.run(Runnable) method.Copyright © 2014. All rights reserved.