This class implements {@link Externalizable} interface, instead of {@link Serializable}to improve performance in communications, by reducing the data transfer amount and serialization time [Grosso, W. 2001. "Java RMI", Section 10.7.1]. @author Yohan Liyanage @version 1.0 @see ClusterJobService#requestJob(String)
|
|
|
|
|
|