org.jboss.dependency.spi.graph
Interface GraphController
- All Known Implementing Classes:
- AbstractController, AbstractKernelController, ScopedController, ScopedKernelController
public interface GraphController
Graph controller.
Either GraphController itself understands
SearchInfo, or delegates work to LookupStrategy.
- Author:
- Ales Justin
getContext
ControllerContext getContext(Object name,
ControllerState state,
SearchInfo info)
- Get the context.
- Parameters:
name
- the context namestate
- the required stateinfo
- the seatch info
- Returns:
- found context or null if not available
Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.