|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.kernel.plugins.dependency.AbstractKernelControllerContext.PreprocessMetaDataVisitor
protected class AbstractKernelControllerContext.PreprocessMetaDataVisitor
A visitor for the metadata that looks for dependencies.
Constructor Summary | |
---|---|
AbstractKernelControllerContext.PreprocessMetaDataVisitor(BeanMetaData bmd)
Create a new MetaDataVisitor. |
Method Summary | |
---|---|
void |
addDependency(DependencyItem dependency)
Add a dependency |
ControllerState |
getContextState()
Get the context state |
KernelControllerContext |
getControllerContext()
Get the kernel controller context |
Object |
run()
Visit the bean metadata node, this is the starting point |
void |
setContextState(ControllerState contextState)
Set the context state |
void |
visit(MetaDataVisitorNode node)
Visit a node |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractKernelControllerContext.PreprocessMetaDataVisitor(BeanMetaData bmd)
Method Detail |
---|
public Object run()
run
in interface PrivilegedAction
public void visit(MetaDataVisitorNode node)
visit
in interface MetaDataVisitor
node
- the nodepublic KernelControllerContext getControllerContext()
MetaDataVisitor
getControllerContext
in interface MetaDataVisitor
public ControllerState getContextState()
MetaDataVisitor
getContextState
in interface MetaDataVisitor
public void addDependency(DependencyItem dependency)
MetaDataVisitor
addDependency
in interface MetaDataVisitor
dependency
- the dependencypublic void setContextState(ControllerState contextState)
MetaDataVisitor
setContextState
in interface MetaDataVisitor
contextState
- the context state
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |