Modifier and Type | Method and Description |
---|---|
MetaDataRetrieval |
AbstractMetaDataContext.getScopedRetrieval(ScopeLevel level) |
MetaDataRetrieval |
CachingMetaDataContext.getScopedRetrieval(ScopeLevel level) |
Modifier and Type | Method and Description |
---|---|
MetaDataRetrieval |
AbstractMetaDataLoader.getScopedRetrieval(ScopeLevel level) |
Modifier and Type | Method and Description |
---|---|
MetaDataRetrievalFactory |
BasicMetaDataRepository.addMetaDataRetrievalFactory(ScopeLevel level,
MetaDataRetrievalFactory factory) |
MetaDataRetrievalFactory |
BasicMetaDataRepository.getMetaDataRetrievalFactory(ScopeLevel level) |
MetaDataRetrievalFactory |
BasicMetaDataRepository.removeMetaDataRetrievalFactory(ScopeLevel level) |
Modifier and Type | Method and Description |
---|---|
MetaData |
MetaData.getScopeMetaData(ScopeLevel level)
Get the scope metadata.
|
Modifier and Type | Method and Description |
---|---|
MetaDataRetrievalFactory |
MutableMetaDataRepository.addMetaDataRetrievalFactory(ScopeLevel level,
MetaDataRetrievalFactory factory)
Add a meta data retrieval factory to the given scope level
|
MetaDataRetrievalFactory |
MutableMetaDataRepository.getMetaDataRetrievalFactory(ScopeLevel level)
Get a meta data retrieval factory for the given scope level
|
MetaDataRetrievalFactory |
MutableMetaDataRepository.removeMetaDataRetrievalFactory(ScopeLevel level)
Remove a meta data retrieval factory for the given scope level
|
Modifier and Type | Method and Description |
---|---|
MetaDataRetrieval |
MetaDataRetrieval.getScopedRetrieval(ScopeLevel level)
Get scoped retrieval for level param.
|
MetaData |
MetaDataRetrievalToMetaDataBridge.getScopeMetaData(ScopeLevel level) |
Modifier and Type | Field and Description |
---|---|
static ScopeLevel |
CommonLevels.APPLICATION
The application level
|
static ScopeLevel |
CommonLevels.CLASS
The class level
|
static ScopeLevel |
CommonLevels.CLUSTER
The cluster level
|
static ScopeLevel |
CommonLevels.DEPLOYMENT
The deployment level
|
static ScopeLevel |
CommonLevels.DOMAIN
The domain level
|
static ScopeLevel |
CommonLevels.INSTANCE
The instance level
|
static ScopeLevel |
CommonLevels.JOINPOINT
The join point level
|
static ScopeLevel |
CommonLevels.JOINPOINT_OVERRIDE
The join point override level
|
static ScopeLevel |
CommonLevels.JVM
The jvm level
|
static ScopeLevel |
CommonLevels.MACHINE
The machine level
|
static ScopeLevel |
CommonLevels.NODE
The node level
|
static ScopeLevel |
CommonLevels.REQUEST
The request level
|
static ScopeLevel |
CommonLevels.SERVER
The server level
|
static ScopeLevel |
CommonLevels.SUBSYSTEM
The subsystem level
|
static ScopeLevel |
CommonLevels.THREAD
The thread level
|
static ScopeLevel |
CommonLevels.WORK
The unit of work level
|
Modifier and Type | Method and Description |
---|---|
ScopeLevel |
UnmodifiableScopeKey.getMaxScopeLevel()
Get the maximum scope level
|
ScopeLevel |
ScopeKey.getMaxScopeLevel()
Get the maximum scope level
|
ScopeLevel |
Scope.getScopeLevel() |
Modifier and Type | Method and Description |
---|---|
static List<ScopeLevel> |
CommonLevelsUtil.getExclusiveSubLevels(ScopeLevel level)
Get the levels that are exclusively below level param.
|
static List<ScopeLevel> |
CommonLevelsUtil.getSubLevels(ScopeLevel level)
Get the levels (including level param) that
are below level param.
|
Modifier and Type | Method and Description |
---|---|
Scope |
UnmodifiableScopeKey.addScope(ScopeLevel level,
Object qualifier)
Scope cannot be added to an UnmodifiableScopeKey (instead construct a new UnmodifiableScopeKey).
|
Scope |
ScopeKey.addScope(ScopeLevel level,
Object qualifier)
Add a scope
|
int |
ScopeLevel.compareTo(ScopeLevel o) |
static List<ScopeLevel> |
CommonLevelsUtil.getExclusiveSubLevels(ScopeLevel level)
Get the levels that are exclusively below level param.
|
Scope |
UnmodifiableScopeKey.getScope(ScopeLevel level)
Get a scope
|
Scope |
ScopeKey.getScope(ScopeLevel level)
Get a scope
|
Scope |
UnmodifiableScopeKey.getScopeLevel(ScopeLevel scopeLevel)
Get scope for the specified scopeLevel
|
Scope |
ScopeKey.getScopeLevel(ScopeLevel scopeLevel)
Get a scope level
|
static List<ScopeLevel> |
CommonLevelsUtil.getSubLevels(ScopeLevel level)
Get the levels (including level param) that
are below level param.
|
Scope |
UnmodifiableScopeKey.removeScopeLevel(ScopeLevel scopeLevel)
ScopeLevel cannot be removed from an UnmodifiableScopeKey (instead construct a new UnmodifiableScopeKey).
|
Scope |
ScopeKey.removeScopeLevel(ScopeLevel scopeLevel)
Remove a scope level
|
Constructor and Description |
---|
Scope(ScopeLevel level,
Object qualifier) |
ScopeKey(ScopeLevel level,
Object qualifier)
Create a new ScopeKey.
|
UnmodifiableScopeKey(ScopeLevel level,
Object qualifier)
Create a new ScopeKey.
|
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.