Class YahooFeedModuleFactory
- java.lang.Object
-
- org.marketcetera.module.ModuleFactory
-
- org.marketcetera.marketdata.yahoo.YahooFeedModuleFactory
-
public class YahooFeedModuleFactory extends ModuleFactory
ConstructsYahooFeedModuleobjects.- Since:
- 2.1.4
- Version:
- $Id$
- Author:
- Colin DuPlantis
-
-
Field Summary
Fields Modifier and Type Field Description static StringIDENTIFIERprovider name of the modulestatic ModuleURNINSTANCE_URNinstance URN of the yahoo moduleprivate MarketDataServicemarketDataServiceproviders market data servicesstatic ModuleURNPROVIDER_URNprovider URN of the yahoo module
-
Constructor Summary
Constructors Constructor Description YahooFeedModuleFactory()Create a new YahooFeedModuleFactory instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Modulecreate(Object... inArg0)voidstart()Validate and start the object.-
Methods inherited from class org.marketcetera.module.ModuleFactory
getParameterTypes, getProviderDescription, getProviderURN, isAutoInstantiate, isMultipleInstances
-
-
-
-
Field Detail
-
marketDataService
@Autowired private MarketDataService marketDataService
providers market data services
-
IDENTIFIER
public static final String IDENTIFIER
provider name of the module- See Also:
- Constant Field Values
-
PROVIDER_URN
public static final ModuleURN PROVIDER_URN
provider URN of the yahoo module
-
INSTANCE_URN
public static final ModuleURN INSTANCE_URN
instance URN of the yahoo module
-
-
Method Detail
-
create
public Module create(Object... inArg0) throws ModuleCreationException
- Specified by:
createin classModuleFactory- Throws:
ModuleCreationException
-
start
@PostConstruct public void start()
Validate and start the object.
-
-