Class UIEnvFactory

  • All Implemented Interfaces:
    com.im.commons.progress.EnvironmentsFactory

    public class UIEnvFactory
    extends java.lang.Object
    implements com.im.commons.progress.EnvironmentsFactory
    • Constructor Summary

      Constructors 
      Constructor Description
      UIEnvFactory()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.im.commons.progress.DFEnvironmentRO createRO​(java.lang.String progressName, boolean cancellable)  
      com.im.commons.progress.DFEnvironmentRW createRW​(com.im.commons.progress.DFLock lock, java.lang.String progressName, boolean cancellable)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UIEnvFactory

        public UIEnvFactory()
    • Method Detail

      • createRO

        public com.im.commons.progress.DFEnvironmentRO createRO​(java.lang.String progressName,
                                                                boolean cancellable)
        Specified by:
        createRO in interface com.im.commons.progress.EnvironmentsFactory
      • createRW

        public com.im.commons.progress.DFEnvironmentRW createRW​(com.im.commons.progress.DFLock lock,
                                                                java.lang.String progressName,
                                                                boolean cancellable)
        Specified by:
        createRW in interface com.im.commons.progress.EnvironmentsFactory