Class SingletonScope

java.lang.Object
com.aspectran.core.component.bean.scope.AbstractScope
com.aspectran.core.component.bean.scope.SingletonScope
All Implemented Interfaces:
Scope, NonPersistent

public final class SingletonScope extends AbstractScope
The Class SingletonScope.
Since:
2011. 3. 12.
  • Constructor Details

    • SingletonScope

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

    • getScopeType

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

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