| Package | Description |
|---|---|
| com.helger.commons.scope | |
| com.helger.commons.scope.mgr | |
| com.helger.commons.scope.spi |
| Modifier and Type | Class and Description |
|---|---|
class |
GlobalScope
Base implementation of the
IGlobalScope interface. |
| Modifier and Type | Method and Description |
|---|---|
IGlobalScope |
IScopeFactory.createGlobalScope(String sScopeID)
Create a new global scope.
|
IGlobalScope |
DefaultScopeFactory.createGlobalScope(String sScopeID) |
static IGlobalScope |
ScopeManager.getGlobalScope() |
static IGlobalScope |
ScopeManager.getGlobalScopeOrNull() |
static IGlobalScope |
ScopeManager.onGlobalBegin(String sScopeID)
This method is used to set the initial global scope.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ScopeManager.setGlobalScope(IGlobalScope aGlobalScope)
This method is only to be called by this class and the web scope manager!
|
| Modifier and Type | Method and Description |
|---|---|
void |
ScopeSPIManager.onGlobalScopeBegin(IGlobalScope aGlobalScope) |
void |
IGlobalScopeSPI.onGlobalScopeBegin(IGlobalScope aGlobalScope)
Called after the global scope was started
|
void |
ScopeSPIManager.onGlobalScopeEnd(IGlobalScope aGlobalScope) |
void |
IGlobalScopeSPI.onGlobalScopeEnd(IGlobalScope aGlobalScope)
Called before the global scope is shut down
|
Copyright © 2014–2017 Philip Helger. All rights reserved.