Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.core.convert.cache
Class GCTask

java.lang.Object
  extended by org.nuxeo.ecm.core.convert.cache.GCTask
All Implemented Interfaces:
Runnable

public class GCTask
extends Object
implements Runnable

Task for GC dedicated Thread.

Author:
tiry

Field Summary
static boolean GCEnabled
           
 
Constructor Summary
GCTask()
           
 
Method Summary
static long getGCIntervalInMinutes()
           
 void run()
           
static void setGCIntervalInMinutes(long interval)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GCEnabled

public static boolean GCEnabled
Constructor Detail

GCTask

public GCTask()
Method Detail

getGCIntervalInMinutes

public static long getGCIntervalInMinutes()

setGCIntervalInMinutes

public static void setGCIntervalInMinutes(long interval)

run

public void run()
Specified by:
run in interface Runnable

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.