Interface DFEnvironmentRW

  • All Superinterfaces:
    DFEnvironmentRO

    public interface DFEnvironmentRW
    extends DFEnvironmentRO
    An extension of DFEnvironmentRO class which provides environment for read-only methods. This interface is adding method providing lock and so is used in write methods. Through this method the DIF objects are checking if the caller has locked the object before trying to do the changes.

    Use EnvUtils factory class for creating default implementations.

    • Method Detail

      • getLock

        DFLock getLock()
        Returns:
        lock for the write operation