Quartz (scheduler)
   HOME

TheInfoList



OR:

Quartz is a
job scheduling A job scheduler is a computer application for controlling unattended background program execution of job (computing), jobs. This is commonly called batch scheduling, as execution of non-interactive jobs is often called batch processing, though tr ...
library that can be integrated into a wide variety of
Java Java is one of the Greater Sunda Islands in Indonesia. It is bordered by the Indian Ocean to the south and the Java Sea (a part of Pacific Ocean) to the north. With a population of 156.9 million people (including Madura) in mid 2024, proje ...
applications. Quartz is generally used for enterprise class applications to support process workflow,
system management Systems management is enterprise-wide administration of distributed systems including (and commonly in practice) computer systems. Systems management is strongly influenced by network management initiatives in telecommunications. The applica ...
(maintenance) actions and to provide timely services within the applications. Quartz also supports clustering. Quartz is an
open-source Open source is source code that is made freely available for possible modification and redistribution. Products include permission to use and view the source code, design documents, or content of the product. The open source model is a decentrali ...
product from the
Terracotta Terracotta, also known as terra cotta or terra-cotta (; ; ), is a clay-based non-vitreous ceramic OED, "Terracotta""Terracotta" MFA Boston, "Cameo" database fired at relatively low temperatures. It is therefore a term used for earthenware obj ...
company. There is also a port to
.NET The .NET platform (pronounced as "''dot net"'') is a free and open-source, managed code, managed computer software framework for Microsoft Windows, Windows, Linux, and macOS operating systems. The project is mainly developed by Microsoft emplo ...
, called Quartz.NET. The center part of the framework is the Scheduler. Which takes care of managing the runtime environment for user application.


References


External links

* * Java (programming language) libraries Job scheduling {{compu-library-stub