Class SynchronizedScope

  • All Implemented Interfaces:
    Scope

    public class SynchronizedScope
    extends SimpleScope
    A synchronized scope. It is extended from SimpleScope, but it can be accessed concurrently.

    Thread safe.

    Since:
    5.0.11
    Author:
    tomyeh
    • Constructor Detail

      • SynchronizedScope

        public SynchronizedScope​(Scope owner)