|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.dependency.plugins.AbstractScopeInfo
public class AbstractScopeInfo
AbstractScopeInfo.
| Constructor Summary | |
|---|---|
AbstractScopeInfo(Object name)
Create a new AbstractScopeInfo. |
|
AbstractScopeInfo(Object name,
String className)
Create a new AbstractScopeInfo. |
|
AbstractScopeInfo(org.jboss.metadata.spi.scope.ScopeKey key,
org.jboss.metadata.spi.scope.ScopeKey mutable)
Create a new AbstractScopeInfo. |
|
| Method Summary | |
|---|---|
void |
addMetaData(org.jboss.metadata.spi.repository.MutableMetaDataRepository repository,
ControllerContext context)
Add metadata |
protected void |
addMetaData(org.jboss.metadata.spi.repository.MutableMetaDataRepository repository,
ControllerContext context,
org.jboss.metadata.plugins.loader.memory.MemoryMetaDataLoader mutable)
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 AbstractScopeInfo(Object name)
name - the name
public AbstractScopeInfo(Object name,
String className)
name - the nameclassName - the class name
public AbstractScopeInfo(org.jboss.metadata.spi.scope.ScopeKey key,
org.jboss.metadata.spi.scope.ScopeKey mutable)
key - the scope keymutable - the mutable scope key| Method Detail |
|---|
public org.jboss.metadata.spi.MetaData getMetaData()
ScopeInfo
getMetaData in interface ScopeInfo
public void addMetaData(org.jboss.metadata.spi.repository.MutableMetaDataRepository repository,
ControllerContext context)
ScopeInfo
addMetaData in interface ScopeInforepository - the repositorycontext - the controller context
protected void addMetaData(org.jboss.metadata.spi.repository.MutableMetaDataRepository repository,
ControllerContext context,
org.jboss.metadata.plugins.loader.memory.MemoryMetaDataLoader mutable)
repository - the repositorycontext - the contextmutable - the mutable
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.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 | |||||||||