Uses of Class
com.helger.scope.singleton.AbstractGlobalSingleton
-
Packages that use AbstractGlobalSingleton Package Description com.helger.scope.mgr com.helger.scope.singleton -
-
Uses of AbstractGlobalSingleton in com.helger.scope.mgr
Subclasses of AbstractGlobalSingleton in com.helger.scope.mgr Modifier and Type Class Description classScopeSessionManagerInternal manager class for session scopes.
This class is only non-final so that the WebScopeSessionManager can be used for web scopes! -
Uses of AbstractGlobalSingleton in com.helger.scope.singleton
Methods in com.helger.scope.singleton with type parameters of type AbstractGlobalSingleton Modifier and Type Method Description static <T extends AbstractGlobalSingleton>
TAbstractGlobalSingleton. getGlobalSingleton(Class<T> aClass)Get the singleton object in the current global scope, using the passed class.static <T extends AbstractGlobalSingleton>
TAbstractGlobalSingleton. getGlobalSingletonIfInstantiated(Class<T> aClass)Get the singleton object if it is already instantiated inside the current global scope ornullif it is not instantiated.Methods in com.helger.scope.singleton that return types with arguments of type AbstractGlobalSingleton Modifier and Type Method Description static com.helger.commons.collection.impl.ICommonsList<AbstractGlobalSingleton>AbstractGlobalSingleton. getAllGlobalSingletons()Get all instantiated singleton objects registered in the current global scope.Method parameters in com.helger.scope.singleton with type arguments of type AbstractGlobalSingleton Modifier and Type Method Description static booleanAbstractGlobalSingleton. isGlobalSingletonInstantiated(Class<? extends AbstractGlobalSingleton> aClass)Check if a singleton is already instantiated inside the current global scope
-