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.
    Author:
    Petr Hamernik
    • Method Detail

      • createRO

        DFEnvironmentRO createRO​(java.lang.String progressName,
                                 boolean cancellable)
      • createRW

        DFEnvironmentRW createRW​(DFLock lock,
                                 java.lang.String progressName,
                                 boolean cancellable)