|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.dependency.plugins.graph.AbstractLookupStrategy
public abstract class AbstractLookupStrategy
Abstract lookup strategy. Only working on AbstractController controller instances.
Constructor Summary | |
---|---|
protected |
AbstractLookupStrategy()
|
protected |
AbstractLookupStrategy(Map<String,?> info)
|
Method Summary | |
---|---|
ControllerContext |
getContext(Controller controller,
Object name,
ControllerState state)
Get context based on this strategy. |
protected abstract ControllerContext |
getContextInternal(AbstractController controller,
Object name,
ControllerState state)
Get context based on this strategy. |
Map<String,?> |
getInfo()
Get the info. |
LookupStrategy |
getStrategy()
Get the lookup strategy. |
String |
getType()
The search type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected AbstractLookupStrategy()
protected AbstractLookupStrategy(Map<String,?> info)
Method Detail |
---|
public String getType()
SearchInfo
getType
in interface SearchInfo
public Map<String,?> getInfo()
SearchInfo
getInfo
in interface SearchInfo
public LookupStrategy getStrategy()
SearchInfo
getStrategy
in interface SearchInfo
public ControllerContext getContext(Controller controller, Object name, ControllerState state)
LookupStrategy
getContext
in interface LookupStrategy
controller
- the current controllername
- the name of the contextstate
- the context's state
protected abstract ControllerContext getContextInternal(AbstractController controller, Object name, ControllerState state)
controller
- the current abstract controllername
- the name of the contextstate
- the context's state
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |