com.im.ijc.core/1 5.9.4

com.im.ijc.core.api.util
Class UIEnvFactory

java.lang.Object
  extended by com.im.ijc.core.api.util.UIEnvFactory
All Implemented Interfaces:
EnvironmentsFactory

public class UIEnvFactory
extends Object
implements EnvironmentsFactory


Constructor Summary
UIEnvFactory()
           
 
Method Summary
 DFEnvironmentRO createRO(String progressName, boolean cancellable)
           
 DFEnvironmentRW createRW(DFLock lock, 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 DFEnvironmentRO createRO(String progressName,
                                boolean cancellable)
Specified by:
createRO in interface EnvironmentsFactory

createRW

public DFEnvironmentRW createRW(DFLock lock,
                                String progressName,
                                boolean cancellable)
Specified by:
createRW in interface EnvironmentsFactory

com.im.ijc.core/1 5.9.4