Each core functionality provided by the {@code ClusterManager} is provided througha service, and the services are as follows:
{@code ClusterRegistrationService} is exposed directly as a remote service and{@code ClusterJobService} is exposed through {@link ClusterManagerServicesFacade}, which will also be used for other services in the future implementation.
Note : This class is managed by Spring Container. If it is required to use this outside Spring Container, please ensure that the {@link ClusterManager#afterPropertiesSet()} method is invoked after setting dependencies of the class. If deployed with in Spring Container, this will be automatically invoked by Spring itself.
Spring Managed Singleton @author Yohan Liyanage @version 1.0 @see GridNode @see ClusterJobService @see ClusterRegistrationService
|
|
|
|
|
|