Class SingletonScope

    • Constructor Detail

      • SingletonScope

        public SingletonScope()
        Instantiates a new Singleton scope.
    • Method Detail

      • getScopeType

        public ScopeType getScopeType()
        Description copied from interface: Scope
        Returns the type of this scope.
        Returns:
        the scope type
      • getScopeLock

        public java.util.concurrent.locks.ReadWriteLock getScopeLock()
        Description copied from interface: Scope
        Returns the lock of this scope.
        Returns:
        the scope lock