|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A metadata vistor. TODO extend into a real visitor pattern and provide abstract implementation to avoid instanceof processing
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(MetaDataVisitorNode node)
Visit the node |
Method Detail |
public KernelControllerContext getControllerContext()
public org.jboss.dependency.spi.ControllerState getContextState()
public void setContextState(org.jboss.dependency.spi.ControllerState contextState)
contextState
- the context statepublic void addDependency(org.jboss.dependency.spi.DependencyItem dependency)
dependency
- the dependencypublic void visit(MetaDataVisitorNode node)
node
- the node
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |