org.marketcetera.marketdata.yahoo
Class YahooFeedModuleFactory

java.lang.Object
  extended by org.marketcetera.module.ModuleFactory
      extended by org.marketcetera.marketdata.yahoo.YahooFeedModuleFactory

public class YahooFeedModuleFactory
extends ModuleFactory

Constructs YahooFeedModule objects.

Since:
2.1.4
Version:
$Id: YahooFeedModuleFactory.java 16154 2012-07-14 16:34:05Z colin $
Author:
Colin DuPlantis

Field Summary
static String IDENTIFIER
          provider name of the module
static ModuleURN INSTANCE_URN
          instance URN of the yahoo module
static ModuleURN PROVIDER_URN
          provider URN of the yahoo module
 
Constructor Summary
YahooFeedModuleFactory()
          Create a new YahooFeedModuleFactory instance.
 
Method Summary
 Module create(Object... inArg0)
           
 
Methods inherited from class org.marketcetera.module.ModuleFactory
getParameterTypes, getProviderDescription, getProviderURN, isAutoInstantiate, isMultipleInstances
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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

Constructor Detail

YahooFeedModuleFactory

public YahooFeedModuleFactory()
Create a new YahooFeedModuleFactory instance.

Method Detail

create

public Module create(Object... inArg0)
              throws ModuleCreationException
Specified by:
create in class ModuleFactory
Throws:
ModuleCreationException


Copyright © 2012. All Rights Reserved.