|
|||||||||||
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
A visitor for the metadata that looks for dependencies.
Constructor Summary | |
AbstractKernelControllerContext.PreprocessMetaDataVisitor()
Create a new MetaDataVisitor. |
Method Summary | |
void |
addDependency(org.jboss.dependency.spi.DependencyItem dependency)
Add a dependency |
org.jboss.dependency.spi.ControllerState |
getContextState()
Get the context state |
KernelControllerContext |
getControllerContext()
Get the kernel controller context |
void |
setContextState(org.jboss.dependency.spi.ControllerState contextState)
Set the context state |
void |
visit(BeanMetaData bmd)
Visit the bean metadata node, this is the starting point |
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()
Method Detail |
public void visit(BeanMetaData bmd)
bmd
- the bean metadata nodepublic void visit(MetaDataVisitorNode node)
visit
in interface MetaDataVisitor
node
- the nodepublic KernelControllerContext getControllerContext()
MetaDataVisitor
getControllerContext
in interface MetaDataVisitor
public org.jboss.dependency.spi.ControllerState getContextState()
MetaDataVisitor
getContextState
in interface MetaDataVisitor
public void addDependency(org.jboss.dependency.spi.DependencyItem dependency)
MetaDataVisitor
addDependency
in interface MetaDataVisitor
dependency
- the dependencypublic void setContextState(org.jboss.dependency.spi.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 |