These are definitions which are used as a parameter to certain ALox methods to denote the Scope of a setting. Scopes are dependent of the programming language and hence differ slightly from each other in the different versions of ALox.
Public Fields | |
| CLASS | |
| GLOBAL | |
| METHOD | |
| PACKAGE | |
| THREAD_INNER | |
| THREAD_OUTER | |
| CLASS |
Denotes the actual class as the scope.
| GLOBAL |
Denotes the global (singleton) scope
| METHOD |
Denotes the actual method as the scope.
| PACKAGE |
Denotes the actual package as the scope. When used, optionally 'outer' Scopes of this scope level itself can be defined using parent packages.
| THREAD_INNER |
Denotes the actual thread as the scope. When used with Scope Domains, 'inner' scopes can be defined optionally by multiple definitions.
| THREAD_OUTER |
Denotes the actual thread as the scope. When used with Scope Domains, 'inner' scopes can be defined optionally by multiple definitions.
1.8.16