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

com.sun.enterprise.deployment.util.ScheduledTimerValidator Maven / Gradle / Ivy

There is a newer version: 10.0-b28
Show newest version
package com.sun.enterprise.deployment.util;

import com.sun.enterprise.deployment.ScheduledTimerDescriptor;

import org.jvnet.hk2.annotations.Contract;

/**
 * ScheduledTimerValidator contract, needed until we move EJB descriptors to
 * relevant containers.
 *
 * @author Marina Vatkina
 * 
 */
@Contract
public interface ScheduledTimerValidator {

    /**
     * Validate provided ScheduledTimerDescriptor.
     */
    public void validateScheduledTimerDescriptor(ScheduledTimerDescriptor sd);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy