|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.dependency.spi.helpers.UnmodifiableScopeInfo
public class UnmodifiableScopeInfo
UnmodifiableScopeInfo.
Constructor Summary | |
---|---|
UnmodifiableScopeInfo(ScopeInfo delegate)
Create a new UnmodifiableScopeInfo. |
Method Summary | |
---|---|
void |
addMetaData(org.jboss.metadata.spi.repository.MutableMetaDataRepository repository,
ControllerContext context)
Add metadata |
org.jboss.metadata.spi.scope.ScopeKey |
getInstallScope()
Get the install scope |
org.jboss.metadata.spi.MetaData |
getMetaData()
Get the metadata |
org.jboss.metadata.spi.scope.ScopeKey |
getMutableScope()
Get the mutable scope |
org.jboss.metadata.spi.scope.ScopeKey |
getScope()
Get the scope |
org.jboss.metadata.spi.retrieval.MetaDataRetrieval |
initMetaDataRetrieval(org.jboss.metadata.spi.repository.MutableMetaDataRepository repository,
ControllerContext context)
Initialise the main metadata retrieval |
org.jboss.metadata.spi.retrieval.MetaDataRetrieval |
initMetaDataRetrieval(org.jboss.metadata.spi.repository.MutableMetaDataRepository repository,
ControllerContext context,
org.jboss.metadata.spi.scope.Scope scope)
Initialise the metadata retrieval |
org.jboss.metadata.spi.loader.MutableMetaDataLoader |
initMutableMetaDataRetrieval(org.jboss.metadata.spi.repository.MutableMetaDataRepository repository,
ControllerContext context,
org.jboss.metadata.spi.scope.ScopeKey scopeKey)
Initialise the main mutable metadata retrieval. |
void |
removeMetaData(org.jboss.metadata.spi.repository.MutableMetaDataRepository repository,
ControllerContext context)
Add metadata |
void |
setInstallScope(org.jboss.metadata.spi.scope.ScopeKey key)
Set the install scope |
void |
setMutableScope(org.jboss.metadata.spi.scope.ScopeKey key)
Set the mutable scope |
void |
setScope(org.jboss.metadata.spi.scope.ScopeKey key)
Set the scope |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UnmodifiableScopeInfo(ScopeInfo delegate)
delegate
- the delegateMethod Detail |
---|
public void addMetaData(org.jboss.metadata.spi.repository.MutableMetaDataRepository repository, ControllerContext context)
ScopeInfo
addMetaData
in interface ScopeInfo
repository
- the repositorycontext
- the controller contextpublic void removeMetaData(org.jboss.metadata.spi.repository.MutableMetaDataRepository repository, ControllerContext context)
ScopeInfo
removeMetaData
in interface ScopeInfo
repository
- the repositorycontext
- the controller contextpublic org.jboss.metadata.spi.retrieval.MetaDataRetrieval initMetaDataRetrieval(org.jboss.metadata.spi.repository.MutableMetaDataRepository repository, ControllerContext context, org.jboss.metadata.spi.scope.Scope scope)
ScopeInfo
initMetaDataRetrieval
in interface ScopeInfo
repository
- the repositorycontext
- the contextscope
- the scope level
public org.jboss.metadata.spi.retrieval.MetaDataRetrieval initMetaDataRetrieval(org.jboss.metadata.spi.repository.MutableMetaDataRepository repository, ControllerContext context)
ScopeInfo
initMetaDataRetrieval
in interface ScopeInfo
repository
- the repositorycontext
- the context
public org.jboss.metadata.spi.loader.MutableMetaDataLoader initMutableMetaDataRetrieval(org.jboss.metadata.spi.repository.MutableMetaDataRepository repository, ControllerContext context, org.jboss.metadata.spi.scope.ScopeKey scopeKey)
ScopeInfo
initMutableMetaDataRetrieval
in interface ScopeInfo
repository
- the mutable metadata repositorycontext
- the controller contextscopeKey
- the scope key
public org.jboss.metadata.spi.MetaData getMetaData()
ScopeInfo
getMetaData
in interface ScopeInfo
public org.jboss.metadata.spi.scope.ScopeKey getScope()
ScopeInfo
getScope
in interface ScopeInfo
public void setScope(org.jboss.metadata.spi.scope.ScopeKey key)
ScopeInfo
setScope
in interface ScopeInfo
key
- the scope keypublic org.jboss.metadata.spi.scope.ScopeKey getMutableScope()
ScopeInfo
getMutableScope
in interface ScopeInfo
public void setMutableScope(org.jboss.metadata.spi.scope.ScopeKey key)
ScopeInfo
setMutableScope
in interface ScopeInfo
key
- the scope keypublic org.jboss.metadata.spi.scope.ScopeKey getInstallScope()
ScopeInfo
getInstallScope
in interface ScopeInfo
public void setInstallScope(org.jboss.metadata.spi.scope.ScopeKey key)
ScopeInfo
setInstallScope
in interface ScopeInfo
key
- the scope key
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |