org.apache.hivemind.lib.strategy
Class StrategyContribution
java.lang.Object
org.apache.hivemind.impl.BaseLocatable
org.apache.hivemind.lib.strategy.StrategyContribution
- All Implemented Interfaces:
- org.apache.hivemind.Locatable, org.apache.hivemind.LocationHolder
public class StrategyContribution
- extends org.apache.hivemind.impl.BaseLocatable
Provides a mapping of subject class to strategy instance, used by
StrategyFactory
when building a service.
- Since:
- 1.1
- Author:
- Howard M. Lewis Ship
Methods inherited from class org.apache.hivemind.impl.BaseLocatable |
getLocation, setLocation |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StrategyContribution
public StrategyContribution()
getStrategy
public java.lang.Object getStrategy()
setStrategy
public void setStrategy(java.lang.Object adaptor)
getRegisterClass
public java.lang.Class getRegisterClass()
setRegisterClass
public void setRegisterClass(java.lang.Class registerClass)