List of usage examples for java.util TimerTask subclass-usage
From source file org.wso2.carbon.apimgt.gateway.throttling.util.BlockingConditionRetriever.java
public class BlockingConditionRetriever extends TimerTask { private static final Log log = LogFactory.getLog(BlockingConditionRetriever.class); private static final int blockConditionsDataRetrievalTimeoutInSeconds = 15; private static final int blockConditionsDataRetrievalRetries = 15; @Override
From source file org.apache.synapse.mediators.eip.aggregator.Aggregate.java
/** * An instance of this class is created to manage each aggregation group, and it holds * the aggregation properties and the messages collected during aggregation. This class also * times out itself after the timeout expires it */ public class Aggregate extends TimerTask {
From source file org.vesalainen.nmea.processor.SNTPBroadcaster.java
/** * Experimental * @author tkv */ public class SNTPBroadcaster extends TimerTask implements PropertySetter, Transactional { private static final String[] Prefixes = new String[] { "clock" };
From source file org.sakaiproject.search.journal.impl.IndexManagementTimerTask.java
/** * A timer Task for a management operation in the search code * * @author ieb */ public class IndexManagementTimerTask extends TimerTask {
From source file org.wso2.carbon.apimgt.gateway.throttling.util.KeyTemplateRetriever.java
public class KeyTemplateRetriever extends TimerTask { private static final Log log = LogFactory.getLog(KeyTemplateRetriever.class); private static final int keyTemplateRetrievalTimeoutInSeconds = 15; private static final int keyTemplateRetrievalRetries = 15; @Override
From source file org.wattdepot.client.http.api.performance.PutThroughput.java
/**
* PutThroughput - Attempts to determine the maximum rate of storing
* Measurements in a WattDepot installation.
*
* @author Cam Moore
*
From source file org.vesalainen.nmea.processor.SNTPMulticaster.java
/** * Experimental * @author tkv */ public class SNTPMulticaster extends TimerTask implements PropertySetter, Transactional { private static final String[] Prefixes = new String[] { "clock" };
From source file com.qzgf.datacollection.timer.Yd12580TimerTask.java
/**
* Purpose : 201012580?
* : webserivce? http://www.59112580.com/PostalService.asmx?WSDL
* @author fjfdszj
* @see Yd12580TimerTask.java
*
From source file org.wso2.carbon.apimgt.hybrid.gateway.usage.publisher.tasks.UploadedUsagePublisherExecutorTask.java
/** * Task for scheduling the usage publishing threads */ public class UploadedUsagePublisherExecutorTask extends TimerTask { private static final Log log = LogFactory.getLog(UploadedUsagePublisherExecutorTask.class);
From source file ws.argo.responder.plugin.configfile.ConfigFileMonitorTask.java
/**
* The ConfigFileMonitorTask will periodically check to see if the config file
* it's looking at has changed. This is in support of having a running responder
* where the administrator changes the config file and doens't want to restart
* the responder. This class will pick up those changes and then re-initialize
* the ConfigFile handler plugin with the new configuration atomically.