| Package | Description |
|---|---|
| com.helger.commons.scopes.mgr | |
| com.helger.commons.scopes.singleton | |
| com.helger.commons.scopes.singleton.tree |
| Modifier and Type | Class and Description |
|---|---|
class |
ScopeSessionManager
Internal manager class for session scopes.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends GlobalSingleton> |
GlobalSingleton.getGlobalSingleton(Class<T> aClass)
Get the singleton object in the current global scope, using the passed
class.
|
static <T extends GlobalSingleton> |
GlobalSingleton.getGlobalSingletonIfInstantiated(Class<T> aClass)
Get the singleton object if it is already instantiated inside the current
global scope or
null if it is not instantiated. |
| Modifier and Type | Method and Description |
|---|---|
static List<GlobalSingleton> |
GlobalSingleton.getAllGlobalSingletons()
Get all instantiated singleton objects registered in the current global
scope.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
GlobalSingleton.isGlobalSingletonInstantiated(Class<? extends GlobalSingleton> aClass)
Check if a singleton is already instantiated inside the current global
scope
|
| Modifier and Type | Class and Description |
|---|---|
class |
GlobalSingletonTreeWithUniqueID<KEYTYPE,VALUETYPE>
Represents a global singleton tree with a unique ID.
|
Copyright © 2014–2015 Philip Helger. All rights reserved.