org.jboss.dependency.plugins.graph
Class DefaultLookupStrategy
java.lang.Object
org.jboss.dependency.plugins.graph.DefaultLookupStrategy
- All Implemented Interfaces:
- LookupStrategy
public class DefaultLookupStrategy
- extends Object
- implements LookupStrategy
Default lookup.
- Author:
- Ales Justin
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultLookupStrategy
public DefaultLookupStrategy()
getContext
public ControllerContext getContext(Controller controller,
Object name,
ControllerState state)
- Description copied from interface:
LookupStrategy
- Get context based on this strategy.
- Specified by:
getContext
in interface LookupStrategy
- Parameters:
controller
- the current controllername
- the name of the contextstate
- the context's state
- Returns:
- context or null if not available
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.