This is done through the {@code ClassLoadingService}, which is implemented as a remote service at the {@code ClusterManager}. When a worker node requests a class from the {@code ClassLoadingService}, it calls the {@link GridNodeClassExporter} service remotely, using a client proxy,and attempts to obtain the class file. @author Yohan Liyanage @version 1.0 @see ClassLoadingService
|
|