com.ebmwebsourcing.easyviper.extended.service.autotrash.api
Interface AutoTrashProcessService

All Superinterfaces:
java.lang.Runnable, com.ebmwebsourcing.easyviper.core.api.engine.thread.service.Service
All Known Implementing Classes:
AutoTrashProcessServiceImpl

public interface AutoTrashProcessService
extends com.ebmwebsourcing.easyviper.core.api.engine.thread.service.Service


Method Summary
 void addUninstableProcessInstance(com.ebmwebsourcing.easyviper.core.api.engine.Process p)
           
 void tryToEndAllProcessIntances()
           
 
Methods inherited from interface com.ebmwebsourcing.easyviper.core.api.engine.thread.service.Service
accept, getDescription, getEngine, getRefreshFrequency, match, setDescription, setRefreshFrequency
 
Methods inherited from interface java.lang.Runnable
run
 

Method Detail

tryToEndAllProcessIntances

void tryToEndAllProcessIntances()

addUninstableProcessInstance

void addUninstableProcessInstance(com.ebmwebsourcing.easyviper.core.api.engine.Process p)


Copyright © 2009-2011 eBM WebSourcing. All Rights Reserved.