Class ExpirationTask

java.lang.Object
tigase.util.common.TimerTask
tigase.component.ScheduledTask
tigase.http.upload.ExpirationTask
All Implemented Interfaces:
Runnable, tigase.kernel.beans.config.ConfigurationChangedAware, tigase.kernel.beans.Initializable, tigase.kernel.beans.UnregisterAware

@Bean(name="expiration", parent=FileUploadComponent.class, active=true) public class ExpirationTask extends tigase.component.ScheduledTask
Created by andrzej on 09.08.2016.
  • Field Summary

    Fields inherited from class tigase.component.ScheduledTask

    component
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run()
     

    Methods inherited from class tigase.component.ScheduledTask

    beanConfigurationChanged, beforeUnregister, initialize

    Methods inherited from class tigase.util.common.TimerTask

    cancel, cancel, isCancelled, isScheduled, reset, setScheduledFuture

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ExpirationTask

      public ExpirationTask()
  • Method Details

    • run

      public void run()