Class HeadwaterModuleFactory
- java.lang.Object
-
- org.marketcetera.module.ModuleFactory
-
- org.marketcetera.modules.headwater.HeadwaterModuleFactory
-
public class HeadwaterModuleFactory extends ModuleFactory
CreatesHeadwaterModuleobjects.The factory has the following characteristics.
Headerwater Module Attributes Provider URN: metc:misc:headwaterCardinality: Multi-Instance Auto-Instantiated: No Auto-Started: Yes Instantiation Arguments: String: instance name Module Type: HeadwaterModule- Since:
- $Release$
- Version:
- $Id$
- Author:
- Colin DuPlantis
-
-
Field Summary
Fields Modifier and Type Field Description static StringIDENTIFIERidentifier used to identify this type of modulestatic ModuleURNPROVIDER_URNunique provider URN for the receiver module
-
Constructor Summary
Constructors Constructor Description HeadwaterModuleFactory()Create a new PublisherModuleFactory instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Modulecreate(Object... inParameters)-
Methods inherited from class org.marketcetera.module.ModuleFactory
getParameterTypes, getProviderDescription, getProviderURN, isAutoInstantiate, isMultipleInstances
-
-
-
-
Field Detail
-
IDENTIFIER
public static final String IDENTIFIER
identifier used to identify this type of module- See Also:
- Constant Field Values
-
PROVIDER_URN
public static final ModuleURN PROVIDER_URN
unique provider URN for the receiver module
-
-
Method Detail
-
create
public Module create(Object... inParameters) throws ModuleCreationException
- Specified by:
createin classModuleFactory- Throws:
ModuleCreationException
-
-