All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.bazaarvoice.emodb.job.api.JobHandlerUtil Maven / Gradle / Ivy

package com.bazaarvoice.emodb.job.api;

abstract public class JobHandlerUtil {

    private JobHandlerUtil() {
        // empty
    }

    public static boolean isNotOwner(JobHandler handler) {
        return handler.isNotOwner();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy