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 scope type.
        Returns:
        the scope type
      • getScopeLock

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