org.apache.ode.store
Class ProcessCleanupConfImpl

java.lang.Object
  extended by org.apache.ode.store.ProcessCleanupConfImpl

public class ProcessCleanupConfImpl
extends java.lang.Object


Field Summary
protected static org.apache.commons.logging.Log __log
           
 
Constructor Summary
ProcessCleanupConfImpl(TDeployment.Process pinfo)
           
 
Method Summary
 java.util.Set<ProcessConf.CLEANUP_CATEGORY> getCleanupCategories(boolean instanceSucceeded)
           
 boolean isCleanupCategoryEnabled(boolean instanceSucceeded, ProcessConf.CLEANUP_CATEGORY category)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

__log

protected static org.apache.commons.logging.Log __log
Constructor Detail

ProcessCleanupConfImpl

public ProcessCleanupConfImpl(TDeployment.Process pinfo)
Method Detail

isCleanupCategoryEnabled

public boolean isCleanupCategoryEnabled(boolean instanceSucceeded,
                                        ProcessConf.CLEANUP_CATEGORY category)

getCleanupCategories

public java.util.Set<ProcessConf.CLEANUP_CATEGORY> getCleanupCategories(boolean instanceSucceeded)