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

org.aktin.broker.query.xml.RepeatedExecution Maven / Gradle / Ivy

package org.aktin.broker.query.xml;

import java.time.Period;

/**
 * Repeated execution schedule for a query.
 * 
 * The repeated execution does not contain a reference timestamp. Instead, the reference
 * timestamp is provided by the query request from the broker.
 * 
 * @author R.W.Majeed
 *
 */
public class RepeatedExecution extends QuerySchedule{

	/**
	 * Estimated repeating interval. Only positive periods allowed.
	 * This property will not cause any execution on the data warehouse side.
	 * It is solely for information purposes.
	 */
	public Period interval;
	public int id;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy