|
||||||||||
| 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 PrivilegedActionpublic void visit(MetaDataVisitorNode node)
visit in interface MetaDataVisitornode - the nodepublic KernelControllerContext getControllerContext()
MetaDataVisitor
getControllerContext in interface MetaDataVisitorpublic ControllerState getContextState()
MetaDataVisitor
getContextState in interface MetaDataVisitorpublic void addDependency(DependencyItem dependency)
MetaDataVisitor
addDependency in interface MetaDataVisitordependency - the dependencypublic void setContextState(ControllerState contextState)
MetaDataVisitor
setContextState in interface MetaDataVisitorcontextState - the context state
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||