Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.core.convert.service
Class CacheCGTaskActivator

java.lang.Object
  extended by org.nuxeo.ecm.core.convert.service.CacheCGTaskActivator
All Implemented Interfaces:
EventListener, org.osgi.framework.BundleActivator, org.osgi.framework.FrameworkListener

public class CacheCGTaskActivator
extends Object
implements org.osgi.framework.BundleActivator, org.osgi.framework.FrameworkListener

Run the GC processing to clean up disk cache.

Author:
mcedica

Constructor Summary
CacheCGTaskActivator()
           
 
Method Summary
 void endGC()
           
 void frameworkEvent(org.osgi.framework.FrameworkEvent event)
           
 void start(org.osgi.framework.BundleContext context)
           
 void startGC()
           
 void stop(org.osgi.framework.BundleContext context)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheCGTaskActivator

public CacheCGTaskActivator()
Method Detail

start

public void start(org.osgi.framework.BundleContext context)
           throws Exception
Specified by:
start in interface org.osgi.framework.BundleActivator
Throws:
Exception

stop

public void stop(org.osgi.framework.BundleContext context)
          throws Exception
Specified by:
stop in interface org.osgi.framework.BundleActivator
Throws:
Exception

frameworkEvent

public void frameworkEvent(org.osgi.framework.FrameworkEvent event)
Specified by:
frameworkEvent in interface org.osgi.framework.FrameworkListener

startGC

public void startGC()

endGC

public void endGC()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.