This job purges plugins from the database asynchronously. It queries for plugins that are scheduled to be purged. A plugin is considered a candidate for purging when its status is DELETED, all its resource types are deleted and all the servers in HA cloud have acknowledged they know about the plugin deletion. Purging resource types is performed by {@link PurgeResourceTypesJob} independently of this job.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.