com.xebialabs.deployit.service.gc
Class GarbageCollectionServiceImpl

java.lang.Object
  extended by com.xebialabs.deployit.service.gc.GarbageCollectionServiceImpl
All Implemented Interfaces:
GarbageCollectionService

public class GarbageCollectionServiceImpl
extends java.lang.Object
implements GarbageCollectionService


Constructor Summary
GarbageCollectionServiceImpl(javax.jcr.Repository repository, ExecutionEngine executionEngine)
           
 
Method Summary
 void runGarbageCollector()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GarbageCollectionServiceImpl

@Autowired
public GarbageCollectionServiceImpl(javax.jcr.Repository repository,
                                              ExecutionEngine executionEngine)
Method Detail

runGarbageCollector

public void runGarbageCollector()
Specified by:
runGarbageCollector in interface GarbageCollectionService