Uses of Interface
com.helger.scope.IGlobalScope
-
Packages that use IGlobalScope Package Description com.helger.scope com.helger.scope.mgr com.helger.scope.spi -
-
Uses of IGlobalScope in com.helger.scope
Classes in com.helger.scope that implement IGlobalScope Modifier and Type Class Description classGlobalScopeBase implementation of theIGlobalScopeinterface.
Note: for synchronization issues, this class stores the attributes in a separate map. -
Uses of IGlobalScope in com.helger.scope.mgr
Methods in com.helger.scope.mgr with type parameters of type IGlobalScope Modifier and Type Method Description static <T extends IGlobalScope>
TScopeManager. onGlobalBegin(String sScopeID, Function<? super String,T> aFactory)Methods in com.helger.scope.mgr that return IGlobalScope Modifier and Type Method Description static IGlobalScopeScopeManager. getGlobalScope()static IGlobalScopeScopeManager. getGlobalScopeOrNull()static IGlobalScopeScopeManager. onGlobalBegin(String sScopeID)This method is used to set the initial global scope.Methods in com.helger.scope.mgr with parameters of type IGlobalScope Modifier and Type Method Description static voidScopeManager. setGlobalScope(IGlobalScope aGlobalScope)This method is only to be called by this class and the web scope manager! -
Uses of IGlobalScope in com.helger.scope.spi
Methods in com.helger.scope.spi with parameters of type IGlobalScope Modifier and Type Method Description voidIGlobalScopeSPI. onGlobalScopeBegin(IGlobalScope aGlobalScope)Called after the global scope was startedvoidScopeSPIManager. onGlobalScopeBegin(IGlobalScope aGlobalScope)voidIGlobalScopeSPI. onGlobalScopeEnd(IGlobalScope aGlobalScope)Called before the global scope is shut downvoidScopeSPIManager. onGlobalScopeEnd(IGlobalScope aGlobalScope)
-