| Package | Description |
|---|---|
| com.helger.commons.scope.mgr | |
| com.helger.commons.scope.singleton | |
| com.helger.commons.scope.singletons |
| Modifier and Type | Class and Description |
|---|---|
class |
ScopeSessionManager
Internal manager class for session scopes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractApplicationSingleton
This is the base class for singleton objects that reside in the application
scope.
|
class |
AbstractGlobalSingleton
This is the base class for singleton objects that reside in the global scope.
|
class |
AbstractRequestSingleton
This is the base class for singleton objects that reside in the request
scope.
|
class |
AbstractSessionApplicationSingleton
This is the base class for singleton objects that reside in the session
application non-web scope.
|
class |
AbstractSessionSingleton
This is the base class for singleton objects that reside in the session
non-web scope.
|
class |
AbstractSingleton
Base class for all singletons.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractApplicationSingletonTreeWithUniqueID<KEYTYPE,VALUETYPE>
Represents a global singleton tree with a unique ID.
|
class |
AbstractGlobalSingletonTreeWithUniqueID<KEYTYPE,VALUETYPE>
Represents a global singleton tree with a unique ID.
|
class |
AbstractRequestSingletonTreeWithUniqueID<KEYTYPE,VALUETYPE>
Represents a global singleton tree with a unique ID.
|
class |
AbstractSessionApplicationSingletonTreeWithUniqueID<KEYTYPE,VALUETYPE>
Represents a global singleton tree with a unique ID.
|
class |
AbstractSessionSingletonTreeWithUniqueID<KEYTYPE,VALUETYPE>
Represents a global singleton tree with a unique ID.
|
class |
ScopedFileMonitorManager
A global scoped singleton encapsulating a
FileMonitorManager |
Copyright © 2014–2016 Philip Helger. All rights reserved.