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

Method Summary
 ControllerContext getContext(Object name, ControllerState state, SearchInfo info)
          Get the context.
 

Method Detail

getContext

ControllerContext getContext(Object name,
                             ControllerState state,
                             SearchInfo info)
Get the context.

Parameters:
name - the context name
state - the required state
info - the seatch info
Returns:
found context or null if not available


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.