Uses of Class
org.gcube.vremanagement.resourcebroker.impl.support.threads.TimedThread

Packages that use TimedThread
org.gcube.vremanagement.resourcebroker.impl.support.threads   
 

Uses of TimedThread in org.gcube.vremanagement.resourcebroker.impl.support.threads
 

Subclasses of TimedThread in org.gcube.vremanagement.resourcebroker.impl.support.threads
 class TPersistentResourceRefresh
           
 class TRevokeReservations
          A thread that is demanded to remove from the list of reserved GHNs the ones for which the time has expired.
 class TUpdateGHNProfiles
          A timed thread that is responsible to update the profiles of GHNs in a given scope.
 

Methods in org.gcube.vremanagement.resourcebroker.impl.support.threads with parameters of type TimedThread
static void TimedThreadsStorage.registerThread(TimedThread thread)
          Registers a new timed thread.
static void TimedThreadsStorage.registerThread(TimedThread thread, boolean toStart)
          Registers a new timed thread.