|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.dependency.plugins.AbstractScopeInfo
org.jboss.kernel.plugins.dependency.KernelScopeInfo
public class KernelScopeInfo
KernelScopeInfo.
Constructor Summary | |
---|---|
KernelScopeInfo(Object name,
String className,
BeanMetaData beanMetaData)
Create a new KernelScopeInfo. |
Method Summary | |
---|---|
protected org.jboss.metadata.spi.retrieval.MetaDataRetrieval |
createMetaDataRetrieval(ControllerContext context,
List<org.jboss.metadata.spi.retrieval.MetaDataRetrieval> retrievals)
Create metadata retrieval. |
org.jboss.metadata.spi.scope.ScopeKey |
getScope()
Get the scope |
void |
updateMetaData(org.jboss.metadata.spi.repository.MutableMetaDataRepository repository,
ControllerContext context,
org.jboss.metadata.spi.loader.MutableMetaDataLoader mutable,
boolean add)
Update metadata |
Methods inherited from class org.jboss.dependency.plugins.AbstractScopeInfo |
---|
addMetaData, getInstallScope, getMetaData, getMutableMetaDataLoader, getMutableScope, initMetaDataRetrieval, initMetaDataRetrieval, initMutableMetaDataRetrieval, removeMetaData, setInstallScope, setMutableScope, setScope |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public KernelScopeInfo(Object name, String className, BeanMetaData beanMetaData)
name
- the nameclassName
- the class namebeanMetaData
- the bean metadataMethod Detail |
---|
public org.jboss.metadata.spi.scope.ScopeKey getScope()
ScopeInfo
getScope
in interface ScopeInfo
getScope
in class AbstractScopeInfo
public void updateMetaData(org.jboss.metadata.spi.repository.MutableMetaDataRepository repository, ControllerContext context, org.jboss.metadata.spi.loader.MutableMetaDataLoader mutable, boolean add)
AbstractScopeInfo
updateMetaData
in class AbstractScopeInfo
repository
- the repositorycontext
- the contextmutable
- the mutableadd
- true for add, false for removeprotected org.jboss.metadata.spi.retrieval.MetaDataRetrieval createMetaDataRetrieval(ControllerContext context, List<org.jboss.metadata.spi.retrieval.MetaDataRetrieval> retrievals)
AbstractScopeInfo
createMetaDataRetrieval
in class AbstractScopeInfo
context
- the controller contextretrievals
- the retrievals
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |