|
||||||||||
| 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,
org.jboss.metadata.spi.scope.Scope scope)
Initialise the 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 delegate| Method Detail |
|---|
public void addMetaData(org.jboss.metadata.spi.repository.MutableMetaDataRepository repository,
ControllerContext context)
ScopeInfo
addMetaData in interface ScopeInforepository - the repositorycontext - the controller context
public void removeMetaData(org.jboss.metadata.spi.repository.MutableMetaDataRepository repository,
ControllerContext context)
ScopeInfo
removeMetaData in interface ScopeInforepository - the repositorycontext - the controller context
public 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 ScopeInforepository - the repositorycontext - the contextscope - the scope level
public org.jboss.metadata.spi.MetaData getMetaData()
ScopeInfo
getMetaData in interface ScopeInfopublic org.jboss.metadata.spi.scope.ScopeKey getScope()
ScopeInfo
getScope in interface ScopeInfopublic void setScope(org.jboss.metadata.spi.scope.ScopeKey key)
ScopeInfo
setScope in interface ScopeInfokey - the scope keypublic org.jboss.metadata.spi.scope.ScopeKey getMutableScope()
ScopeInfo
getMutableScope in interface ScopeInfopublic void setMutableScope(org.jboss.metadata.spi.scope.ScopeKey key)
ScopeInfo
setMutableScope in interface ScopeInfokey - the scope keypublic org.jboss.metadata.spi.scope.ScopeKey getInstallScope()
ScopeInfo
getInstallScope in interface ScopeInfopublic void setInstallScope(org.jboss.metadata.spi.scope.ScopeKey key)
ScopeInfo
setInstallScope in interface ScopeInfokey - the scope key
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||