com.im.commons 5.9

com.im.commons.progress
Interface EnvironmentsFactory


public interface EnvironmentsFactory

Any extension module can install own version of DFEnvironmentRX factory. Default implementation is returning DFFeedback.DEV_NULL and is not cancellable.


Method Summary
 DFEnvironmentRO createRO(String progressName, boolean cancellable)
           
 DFEnvironmentRW createRW(DFLock lock, String progressName, boolean cancellable)
           
 

Method Detail

createRO

DFEnvironmentRO createRO(String progressName,
                         boolean cancellable)

createRW

DFEnvironmentRW createRW(DFLock lock,
                         String progressName,
                         boolean cancellable)

com.im.commons 5.9