Nuxeo Enterprise Platform 5.4

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

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

public class CacheCGTaskActivator
extends java.lang.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 java.lang.Exception
Specified by:
start in interface org.osgi.framework.BundleActivator
Throws:
java.lang.Exception

stop

public void stop(org.osgi.framework.BundleContext context)
          throws java.lang.Exception
Specified by:
stop in interface org.osgi.framework.BundleActivator
Throws:
java.lang.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 Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.