Class ImportEntryClusterService


  • @ApplicationScoped
    public class ImportEntryClusterService
    extends ClusterService
    This class defines the behavior of the import entry service being in a clustered environment.
    • Constructor Detail

      • ImportEntryClusterService

        public ImportEntryClusterService()
    • Method Detail

      • isAlive

        public boolean isAlive()
        Specified by:
        isAlive in class ClusterService
        Returns:
        true if the service currently is running in the present cluster node, false otherwise.
      • isEnabled

        public boolean isEnabled()
        Specified by:
        isEnabled in class ClusterService
        Returns:
        true if it is allowed to execute this service in the present cluster node, false otherwise.