Uses of Interface
com.im.commons.progress.DFEnvironmentRO
-
-
Uses of DFEnvironmentRO in com.im.commons.progress
Subinterfaces of DFEnvironmentRO in com.im.commons.progress Modifier and Type Interface Description interface
DFEnvironmentRW
An extension ofDFEnvironmentRO
class which provides environment for read-only methods.Fields in com.im.commons.progress declared as DFEnvironmentRO Modifier and Type Field Description static DFEnvironmentRO
DFEnvironmentRO. DEV_NULL
Empty default implementation ofDFEnvironmentRO
.Methods in com.im.commons.progress that return DFEnvironmentRO Modifier and Type Method Description static DFEnvironmentRO
EnvUtils. createDefaultEnvironmentRO(java.lang.String progressName, boolean cancellable)
Creates default environment for read only operations.DFEnvironmentRO
EnvironmentsFactory. createRO(java.lang.String progressName, boolean cancellable)
static DFEnvironmentRO
EnvUtils. createSubTaskEnvironment(DFEnvironmentRO env, java.lang.String subTaskName, int masterWorkunitFrom, int masterWorkunitTo, int masterWorkunitTotal)
static DFEnvironmentRO
EnvUtils. createSubTaskEnvironment(java.beans.PropertyChangeEvent evt, java.lang.String taskName)
Creates sub-environment.DFEnvironmentRO
PropertyChangeEventWithEnv. getEnvironment()
DFEnvironmentRO
UIBackgroundRunnerRO. getEnvironment()
Methods in com.im.commons.progress with parameters of type DFEnvironmentRO Modifier and Type Method Description static DFEnvironmentRW
EnvUtils. createRWFromRO(DFEnvironmentRO env, DFLock lock)
Make RW environment from given RO by adding lock and delegating the rest of methods.static DFEnvironmentRO
EnvUtils. createSubTaskEnvironment(DFEnvironmentRO env, java.lang.String subTaskName, int masterWorkunitFrom, int masterWorkunitTo, int masterWorkunitTotal)
Constructors in com.im.commons.progress with parameters of type DFEnvironmentRO Constructor Description PropertyChangeEventWithEnv(java.lang.Object source, java.lang.String propertyName, java.lang.Object oldValue, java.lang.Object newValue, DFEnvironmentRO env)
-